DBA Data[Home] [Help]

APPS.PAYPLNK dependencies on BEN_BENEFIT_CLASSIFICATIONS

Line 3178: ben_benefit_classifications BCL

3174: into l_dummy
3175: from dual
3176: where exists(select null
3177: from pay_element_types_f ET,
3178: ben_benefit_classifications BCL
3179: where ET.element_type_id = g_line_record.element_type_id
3180: and ET.benefit_classification_id = BCL.benefit_classification_id
3181: and BCL.contributions_used = 'Y');
3182: exception