DBA Data[Home] [Help]

APPS.PAY_BTL_BUS dependencies on FND_SEGMENT_ATTRIBUTE_VALUES

Line 272: FND_SEGMENT_ATTRIBUTE_VALUES sa1

268: fs.application_column_name application_column_name,
269: fs.segment_name application_segment_name,
270: fs.required_flag required_flag
271: FROM FND_ID_FLEX_SEGMENTS fs,
272: FND_SEGMENT_ATTRIBUTE_VALUES sa1
273: WHERE sa1.id_flex_num = p_cost_id_flex_num
274: and sa1.id_flex_code = 'COST'
275: and sa1.attribute_value = 'Y'
276: and sa1.segment_attribute_type <> 'BALANCING'