DBA Data[Home] [Help]

APPS.PAY_QPQ_API dependencies on DUAL

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

2135: ) is
2136: --
2137: v_proc varchar2(72) := g_package||'pre_insert';
2138: --
2139: Cursor C_Sel1 is select pay_payroll_actions_s.nextval from sys.dual;
2140: --
2141: Begin
2142: hr_utility.set_location('Entering:'|| v_proc, 5);
2143: --

Line 2951: -- The arguments should be set to the individual attributes of the QuickPay

2947: -- This is a private function and can only be called from the ins or upd
2948: -- attribute processes.
2949: --
2950: -- In Arguments:
2951: -- The arguments should be set to the individual attributes of the QuickPay
2952: -- Run Process.
2953: --
2954: -- Post Success:
2955: -- The individual attributes are returned in a record structure.

Line 2955: -- The individual attributes are returned in a record structure.

2951: -- The arguments should be set to the individual attributes of the QuickPay
2952: -- Run Process.
2953: --
2954: -- Post Success:
2955: -- The individual attributes are returned in a record structure.
2956: --
2957: -- Post Failure:
2958: -- No direct error handling is required within this function. Any possible
2959: -- errors within this function will be a PL/SQL value error due to conversion