DBA Data[Home] [Help]

APPS.INV_UI_ITEM_SUB_LOC_LOVS dependencies on FND_ID_FLEX_SEGMENTS

Line 7064: from fnd_id_flex_segments

7060: LOC_COUNT NUMBER;
7061:
7062: CURSOR C1 IS
7063: select application_column_name
7064: from fnd_id_flex_segments
7065: where application_id = 401
7066: and id_flex_code = 'MTLL'
7067: and id_flex_num = 101
7068: and application_column_name not in ('SEGMENT19','SEGMENT20')

Line 7078: from fnd_id_flex_segments

7074: L_LOCATOR:= P_LOCATOR;
7075:
7076: SELECT COUNT(*)
7077: into l_segment_count
7078: from fnd_id_flex_segments
7079: where application_id = 401
7080: and id_flex_code = 'MTLL'
7081: and id_flex_num = 101
7082: and application_column_name not in ('SEGMENT19','SEGMENT20')