DBA Data[Home] [Help]

APPS.PAY_BALANCE_PKG dependencies on PAY_ACTION_CLASSIFICATIONS

Line 10082: , pay_action_classifications pac

10078: cursor bal_load_date(p_business_group_id number)
10079: is
10080: select nvl((max(ppa.effective_date)+1),fnd_date.canonical_to_date('0001/01/01')) bal_load_date
10081: from pay_payroll_actions ppa
10082: , pay_action_classifications pac
10083: where ppa.action_type = pac.action_type
10084: and pac.classification_name = 'SEQUENCED'
10085: and ppa.business_group_id = p_business_group_id;
10086: --