DBA Data[Home] [Help]

APPS.PJM_PROJECT_LOCATOR dependencies on FND_ID_FLEX_SEGMENTS

Line 211: from fnd_id_flex_segments

207: RETURN number
208: is
209: cursor C1 is
210: select application_column_name, required_flag
211: from fnd_id_flex_segments
212: where application_id = 401
213: and id_flex_code = 'MTLL'
214: and id_flex_num = 101
215: and application_column_name not in ('SEGMENT19','SEGMENT20')