DBA Data[Home] [Help]

APPS.HR_ENTRY dependencies on FND_ID_FLEX_SEGMENTS_VL

Line 5632: from fnd_id_flex_segments_vl

5628: where pca.cost_allocation_keyflex_id = p_cost_allocation_keyflex_id;
5629: --
5630: cursor get_seg_order is
5631: select substr(application_column_name,8,2)
5632: from fnd_id_flex_segments_vl
5633: where id_flex_code = 'COST'
5634: and id_flex_num = p_cost_keyflex_structure
5635: and application_id = 801
5636: and enabled_flag = 'Y'