Apps To Fusion

.......Our Journey from Apps To Fusion

 
  • Increase font size
  • Default font size
  • Decrease font size



CLAF Skin- A step by step demo to create new Custom Look and Feel Skin

E-mail
User Rating: / 0
PoorBest 

Please find a step by step audio-video demo of how you can create custom skins in Oracle Applications.

Topics covered in this audio-video demo are
1. Which responsibility to use to create new skin
2. How you can override styles, by creating new skin
3. How the skin definition is stored in $OA_HTML/cabo/lafs, $OA_HTML/cabo/styles & $OA_HTML/cabo/styles/cache
4. Assignment of profile option at the desired level, at which the new skin will be effective.


Please click here to view this audio visual demo for CLAF Skin
Please note that topic of renderers is not covered in this specific demo.


Additionally, to view a presentation explaining the concepts of CLAF, please click on this link

 

 

Comments (8)add
differences between oracle standard benefits and oracle advanced benefits
written by sandeep , April 21, 2008
Hi everybody,
we are a group of 8 people and everyone are new to Oracle HRMS,so please post some of the differences between oracle standard benefits and oracle advanced benefits to make us better understand about benefits implementation
report abuse
vote down
vote up
Votes: +1
Close The POs
written by Imran Khan , April 24, 2008
Hi Anil,

Wat r the parameters do we need to pass to the API (PO_ACTIONS.CLOSE_PO)
to close the PO from back-end.
Plz give me the details with an example. I am confuse for
'p_return_code'.

Appreciate the help.

Thx N Regs,

M. M. Khan
report abuse
vote down
vote up
Votes: +0
...
written by Anil Passi , April 24, 2008
Please have a look at sample code from PACKAGE BODY PO_INTERFACE_S
To check the success, you need to check the boolean value returned.
Return code can be either STATE_FAILED or SUBMISSION_FAILED or perhaps other values.
When the API fails, you can get the details of the failure from table po_online_report_text after API Call

If you are running this API from SQL*Plus, then ensure that you have set your session using fnd_global.apps_initialize

x_doctype := 'PO';
IF NOT po_actions.close_po(interface.po_header_id,
x_doctype,
g_document_subtype,
x_po_line_id,
x_line_location_id,
'CLOSE',
'',
'PO',
'N',
x_return_code,
'Y') then

po_message_s.sql_error('CLOSE_PO',l_progress,sqlcode);
END IF;

Thanks
Anil Passi
report abuse
vote down
vote up
Votes: +0
Using CLAF, the page rendering is messed up!
written by Sanket , June 25, 2008
Hi Anil,
As demonstrated by you, I created a CLAF and applied the same. The page rendering is all messed up after this. In my CLAF, I did not make any custom changes, just accepted the defaults. But when I launch the apps, the pages show all links concatenated, there are many line breaks which have gone missing, the entire skin seems out of place!

My question is, that if CLAF allows us to make selective changes to the STYLES, how can we retain the default page layout rendering? I was going through a document by Oracle and came across the style "GlobalButtonText" which needs a property "Padding=5px" which solves the issue of the global navigation links concatenation. I applied this customization and it works and the global links are now showing up properly. But rest of the links and the page layout is still out of place.

But why this erratic behavior? If we are defining CLAF, only the selective modifications must be applied, and that is my understanding. Why is the entire page rendering being put out of place? Any leads???

Thanks.

Regards,
Sanket.
report abuse
vote down
vote up
Votes: +6
Train region in CLAF
written by GsrC , February 18, 2009
Hi anil;

I created new custom look and feel by using “Customizing Look and Feel Administrator” responsibly but facing problem with train region. Train station text is appearing fine but station images are not appearing in page.

I seen few references in meta-link (Bug 6269963, 455216.1, 402463.1) but there is no useful points.

Any suggestions??
report abuse
vote down
vote up
Votes: +2
Thankyou
written by ruhu , August 31, 2010
Good article.
report abuse
vote down
vote up
Votes: +0
customising the sub tab region using CLAF.
written by veenaP , November 23, 2010
Hi anil,

i want to modify the subtab region using claf. however i dint get "subtab" in the component list. My requirement is, when i create UI for a model using subtab navigation, the tabs look and feel i need to change. In 11i, it comes in a single strip. In R12 look and feel for subtab region is better than 11i.

Please suggest.

Thanks,
veena
report abuse
vote down
vote up
Votes: +0
page rendering
written by Sridhar Parvathikar , May 09, 2011
Hi Anil,

I am able to achive the custom header, footer. However I am facing an issue related to the text hint message '(defined in fnd_message IRC_VIS_REGISTER_HDR2) which is displayed in the 'iRec-Registration Page' under the heading 'Registration'.

Message: If you have already registered with iRec, then please login now.

I have used the pagelayout.uit as per your document. Do I need to add any additional line in the pagelayout.uit to get this message.

Thanks,
Sridhar
report abuse
vote down
vote up
Votes: +0
Write comment
quote
bold
italicize
underline
strike
url
image
quote
quote
smile
wink
laugh
grin
angry
sad
shocked
cool
tongue
kiss
cry
smaller | bigger

security image
Write the displayed characters


busy
 

Related Items

Search apps2fusion