DBA Data[Home] [Help]

APPS.FND_CONC_SSWA dependencies on FND_DESCR_FLEX_COLUMN_USAGES

Line 93: from fnd_descr_flex_column_usages

89: CHR(0), CHR(0), CHR(0), CHR(0),
90: CHR(0), CHR(0), CHR(0), CHR(0));
91: cursor c_attrs is
92: select to_number(substr(application_column_name,10)) ,enabled_flag
93: from fnd_descr_flex_column_usages
94: where application_id = app_id
95: and descriptive_flexfield_name = flex_name
96: order by column_seq_num;
97: begin

Line 783: from fnd_descr_flex_column_usages

779: has_orgs varchar2(1) := 'N';
780: begin
781:
782: select count(*) into i
783: from fnd_descr_flex_column_usages
784: where application_id = program_appl_id
785: and descriptive_flexfield_name = '$SRS$.' || program_name
786: and descriptive_flex_context_code = 'Global Data Elements'
787: and enabled_flag = 'Y'