DBA Data[Home] [Help]

APPS.PAY_GB_PAYROLL_ACTIONS_PKG dependencies on PAY_CORE_UTILS

Line 2077: l_prepayment_id := pay_core_utils.get_pp_action_id(l_action_type,p_assignment_action_id);

2073: -- if the action type is Q or R, check to see whether or not the PrePayment has been run
2074: --
2075: if l_action_type in ('Q','R') then
2076: BEGIN
2077: l_prepayment_id := pay_core_utils.get_pp_action_id(l_action_type,p_assignment_action_id);
2078: EXCEPTION
2079: WHEN NO_DATA_FOUND THEN
2080: l_prepayment_id := NULL;
2081: END;

Line 2511: l_prepayment_id := pay_core_utils.get_pp_action_id(l_action_type,p_assignment_action_id);

2507: -- if the action type is Q or R, check to see whether or not the PrePayment has been run
2508: --
2509: if l_action_type in ('Q','R') then
2510: BEGIN
2511: l_prepayment_id := pay_core_utils.get_pp_action_id(l_action_type,p_assignment_action_id);
2512: EXCEPTION
2513: WHEN NO_DATA_FOUND THEN
2514: l_prepayment_id := NULL;
2515: END;