DBA Data[Home] [Help]

APPS.HR_ENTRY dependencies on FND_ID_FLEX_SEGMENTS_VL

Line 5243: from fnd_id_flex_segments_vl

5239: where pca.cost_allocation_keyflex_id = p_cost_allocation_keyflex_id;
5240: --
5241: cursor get_seg_order is
5242: select substr(application_column_name,8,2)
5243: from fnd_id_flex_segments_vl
5244: where id_flex_code = 'COST'
5245: and id_flex_num = p_cost_keyflex_structure
5246: and application_id = 801
5247: and enabled_flag = 'Y'