DBA Data[Home] [Help]

APPS.PAY_QPQ_API dependencies on DUAL

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

2116: ) is
2117: --
2118: v_proc varchar2(72) := g_package||'pre_insert';
2119: --
2120: Cursor C_Sel1 is select pay_payroll_actions_s.nextval from sys.dual;
2121: --
2122: Begin
2123: hr_utility.set_location('Entering:'|| v_proc, 5);
2124: --

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

2928: -- This is a private function and can only be called from the ins or upd
2929: -- attribute processes.
2930: --
2931: -- In Arguments:
2932: -- The arguments should be set to the individual attributes of the QuickPay
2933: -- Run Process.
2934: --
2935: -- Post Success:
2936: -- The individual attributes are returned in a record structure.

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

2932: -- The arguments should be set to the individual attributes of the QuickPay
2933: -- Run Process.
2934: --
2935: -- Post Success:
2936: -- The individual attributes are returned in a record structure.
2937: --
2938: -- Post Failure:
2939: -- No direct error handling is required within this function. Any possible
2940: -- errors within this function will be a PL/SQL value error due to conversion