DBA Data[Home] [Help]

APPS.FND_CONC_REQUEST_PKG dependencies on FND_DESCR_FLEX_COLUMN_USAGES

Line 24: from fnd_descr_flex_column_usages

20: * reparsing with each call? I hope so.
21: */
22: cursor attribute_numbers(appl_id number, prog_name varchar2) is
23: select to_number(substr(application_column_name, 10)) num
24: from fnd_descr_flex_column_usages
25: where application_id = appl_id
26: and descriptive_flexfield_name = '$SRS$.'||prog_name
27: and descriptive_flex_context_code = 'Global Data Elements'
28: and enabled_flag = 'Y'