DBA Data[Home] [Help]

APPS.PAY_COST_ALLOCATION_SWI dependencies on FND_ID_FLEX_SEGMENTS_VL

Line 37: from fnd_id_flex_segments_vl

33: where pbg.business_group_id = p_business_group_id;
34:
35: cursor get_seg_order (p_cost_flex_structure number)is
36: select substr(application_column_name,8,2)
37: from fnd_id_flex_segments_vl
38: where id_flex_code = 'COST'
39: and id_flex_num = p_cost_flex_structure
40: and application_id = 801
41: and enabled_flag = 'Y'