DBA Data[Home] [Help]

APPS.HRDYNDBI dependencies on FND_DESCR_FLEX_COLUMN_USAGES

Line 678: FROM fnd_descr_flex_column_usages DFCU

674: p_context varchar2) is
675: SELECT DFCU.application_column_name c_def_text,
676: replace(replace(replace (ltrim(rtrim(upper(DFCU.end_user_column_name))),
677: ' ','_'),'.',''),'-','_') c_db_name
678: FROM fnd_descr_flex_column_usages DFCU
679: WHERE DFCU.descriptive_flexfield_name = p_descr_flex
680: AND DFCU.application_id IN (800, 801, 804, 805, 808, 8301)
681: AND DFCU.descriptive_flex_context_code = p_context
682: AND DFCU.enabled_flag = 'Y';

Line 6551: 'fnd_descr_flex_column_usages'. For a given descriptive flexfield there

6547: as '%'
6548: --
6549: The database items created use the name as defined in the column
6550: 'end_user_column_name' from the foundation table
6551: 'fnd_descr_flex_column_usages'. For a given descriptive flexfield there
6552: could be several database items.
6553: --
6554: NOTES
6555: Since there is no desciptive flex id to identify an individual row in

Line 6640: 'fnd_descr_flex_column_usages'. For a given descriptive flexfield there

6636: title of the descriptive flex and the context.
6637: --
6638: The database items created use the name as defined in the column
6639: 'end_user_column_name' from the foundation table
6640: 'fnd_descr_flex_column_usages'. For a given descriptive flexfield there
6641: could be several database items.
6642: --
6643: This same procedure is called by different reports:
6644: --

Line 7016: 'fnd_descr_flex_column_usages'. For a given descriptive flexfield there

7012: in are the payment type id.
7013: --
7014: The database items created use the name as defined in the column
7015: 'end_user_column_name' from the foundation table
7016: 'fnd_descr_flex_column_usages'. For a given descriptive flexfield there
7017: could be several database items.
7018: NOTES
7019: Since there is no desciptive flex id to identify an individual row in
7020: the ff_user_entities table, the title of the descriptive flex is used