DBA Data[Home] [Help]

APPS.PAY_QPA_API dependencies on DUAL

Line 76: from sys.dual;

72: where pac.payroll_action_id =p_payroll_action_id;
73:
74: cursor c_next_assact is
75: select pay_assignment_actions_s.nextval
76: from sys.dual;
77:
78: begin
79: --
80: -- We have to get the assignment_id

Line 1146: Cursor C_next_id is select pay_payroll_actions_s.nextval from sys.dual;

1142: ) is
1143: --
1144: l_proc varchar2(72) := g_package||'pre_insert';
1145: --
1146: Cursor C_next_id is select pay_payroll_actions_s.nextval from sys.dual;
1147: --
1148: cursor csr_qpq_details (v_target_payroll_action_id number) is
1149: select pya.payroll_id
1150: , pya.consolidation_set_id

Line 1314: -- The individual attributes of a QuickPay Archival.

1310: -- This is a private function and can only be called from the ins or upd
1311: -- attribute processes.
1312: --
1313: -- In Arguments:
1314: -- The individual attributes of a QuickPay Archival.
1315: --
1316: -- Post Success:
1317: -- A returning record structure will be returned.
1318: --