DBA Data[Home] [Help]

APPS.PAY_QPU_API dependencies on DUAL

Line 1026: Cursor C_Sel1 is select pay_payroll_actions_s.nextval from sys.dual;

1022: ) is
1023: --
1024: l_proc varchar2(72) := g_package||'pre_insert';
1025: --
1026: Cursor C_Sel1 is select pay_payroll_actions_s.nextval from sys.dual;
1027: --
1028: cursor csr_qpq_details (v_target_payroll_action_id number) is
1029: select pya.payroll_id
1030: , pya.consolidation_set_id

Line 1401: -- The individual attributes of a QuickPay Pre-payment.

1397: -- This is a private function and can only be called from the ins or upd
1398: -- attribute processes.
1399: --
1400: -- In Arguments:
1401: -- The individual attributes of a QuickPay Pre-payment.
1402: --
1403: -- Post Success:
1404: -- A returning record structure will be returned.
1405: --