DBA Data[Home] [Help]

APPS.PAY_QPU_API dependencies on PAY_PAYROLL_ACTIONS

Line 202: -- 2) p_rec.target_payroll_action_id does not exists in pay_payroll_actions

198: -- rolled back. A failure will occur if any of the business rules/conditions
199: -- are found:
200: -- 1) p_rec.target_payroll_action_id, p_rec.business_group_id or
201: -- p_rec.effective_date are not null.
202: -- 2) p_rec.target_payroll_action_id does not exists in pay_payroll_actions
203: -- for a QuickPay Run Payroll Process.
204: -- 3) The associated Assignment Process has a complete status.
205: -- 4) Another QuickPay Pre-payment or batch Pre-payment process already
206: -- interlocks to the QuickPay Run Assignment Process.

Line 553: (p_payroll_action_id in pay_payroll_actions.payroll_action_id%TYPE

549: --
550: -- {End Of Comments}
551: --
552: procedure get_latest_status
553: (p_payroll_action_id in pay_payroll_actions.payroll_action_id%TYPE
554: ,p_action_status out nocopy pay_assignment_actions.action_status%TYPE
555: );
556: end pay_qpu_api;