DBA Data[Home] [Help]

APPS.PAY_COST_ALLOCATION_API dependencies on FND_SEGMENT_ATTRIBUTE_VALUES

Line 217: FND_SEGMENT_ATTRIBUTE_VALUES sa1

213: fs.application_column_name application_column_name,
214: fs.segment_name application_segment_name,
215: fs.required_flag required_flag
216: FROM FND_ID_FLEX_SEGMENTS fs,
217: FND_SEGMENT_ATTRIBUTE_VALUES sa1
218: WHERE sa1.id_flex_num = p_cost_id_flex_num
219: and sa1.id_flex_code = 'COST'
220: and sa1.attribute_value = 'Y'
221: and sa1.segment_attribute_type <> 'BALANCING'