DBA Data[Home] [Help]

APPS.PJM_INSTALL dependencies on FND_ID_FLEX_SEGMENTS

Line 40: from fnd_id_flex_segments

36:
37: begin
38: select flex_value_set_id
39: into l_seg_value_set_id
40: from fnd_id_flex_segments
41: where application_id = 401
42: and id_flex_code = 'MTLL'
43: and id_flex_num = 101
44: and application_column_name = p_column_name;