Tuesday, July 24, 2018

Spacing and Layout CSS Definitions in Oracle OAF

SPACING AND LAYOUT CSS DEFINITIONS
OraIndentHeader
Indents second and later occurrences of subheaders 20 pixels relative to page header
OraSpacingHeader
Spacing for Page Title Header: 7 pixels above and 2 below
OraSpacingHeaderSub
Spacing for first SubHeader on page: 10 pixels above and 2 below
OraSpacingHeaderLarge
Spacing for second and later occurrences of subheaders: 20 pixels above and 2 below

No comments:

Post a Comment

Query to get Parent and Child Accounts in Oracle APPS R12

SELECT ffv1.flex_value parent_account       ,ffvt1.description parent_account_desc   ,ffv2.flex_value child_account   ,ffvt2.description...