DBA Data[Home] [Help]

APPS.PAYPLNK dependencies on BEN_BENEFIT_CLASSIFICATIONS

Line 3187: ben_benefit_classifications BCL

3183: into l_dummy
3184: from dual
3185: where exists(select null
3186: from pay_element_types_f ET,
3187: ben_benefit_classifications BCL
3188: where ET.element_type_id = g_line_record.element_type_id
3189: and ET.benefit_classification_id = BCL.benefit_classification_id
3190: and BCL.contributions_used = 'Y');
3191: exception