DBA Data[Home] [Help]

APPS.PAY_NO_PACCR_PKG dependencies on PAY_SUB_CLASSIFICATION_RULES_F

Line 434: , pay_sub_classification_rules_f pscrf

430: (select pec2.classification_id
431: from pay_element_classifications pec1
432: , pay_element_classifications pec2
433: -- Added for bug fix 5242486
434: , pay_sub_classification_rules_f pscrf
435: where pec2.classification_id = pec1.parent_classification_id (+)
436: and nvl(pec1.classification_name,'0') like decode(p_restr_econtr
437: , 'Y','%Subject%to%Employer%Contributions%'
438: , '%')