DBA Data[Home] [Help]

APPS.PJM_PROJECT_LOCATOR dependencies on FND_ID_FLEX_SEGMENTS

Line 196: from fnd_id_flex_segments

192: RETURN number
193: is
194: cursor C1 is
195: select application_column_name, required_flag
196: from fnd_id_flex_segments
197: where application_id = 401
198: and id_flex_code = 'MTLL'
199: and id_flex_num = 101
200: and application_column_name not in ('SEGMENT19','SEGMENT20')