DBA Data[Home] [Help]

APPS.PAY_PURGE_PKG dependencies on PAY_ELEMENT_CLASSIFICATIONS

Line 1422: pay_element_classifications pec

1418: into l_dummy
1419: from pay_balance_feeds_f pbf,
1420: pay_input_values_f piv,
1421: pay_element_types_f pet,
1422: pay_element_classifications pec
1423: where pbf.balance_type_id = c1rec.balance_type_id
1424: and piv.input_value_id = pbf.input_value_id
1425: and pet.element_type_id = piv.element_type_id
1426: and pec.classification_id = pet.classification_id