DBA Data[Home] [Help]

APPS.PAY_QPU_API dependencies on PAY_ASSIGNMENT_ACTIONS

Line 47: (p_assignment_action_id in pay_assignment_actions.assignment_action_id%TYPE

43: --
44: -- {End Of Comments}
45: --
46: function paid_payments
47: (p_assignment_action_id in pay_assignment_actions.assignment_action_id%TYPE
48: ) return boolean;
49: --
50: -- ----------------------------------------------------------------------------
51: -- |------------------------< return_api_dml_status >-------------------------|

Line 541: -- p_action_status will be set to pay_assignment_actions.action_status.

537: -- p_payroll_action_id is the id of a QuickPay Pre-payment payroll action,
538: -- which exists in the database. This is a mandatory argument.
539: --
540: -- Post Success:
541: -- p_action_status will be set to pay_assignment_actions.action_status.
542: --
543: -- Post Failure:
544: -- An error will be raised if a payroll_action does not exist with an id
545: -- of p_payroll_action_id.

Line 554: ,p_action_status out nocopy pay_assignment_actions.action_status%TYPE

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;