DBA Data[Home] [Help]

APPS.PAY_QPQ_API dependencies on PAY_ACTION_PARAMETERS

Line 4515: from pay_action_parameters

4511: where payroll_action_id = p_payroll_action_id;
4512: --
4513: cursor cur_max is
4514: select fnd_number.canonical_to_number(parameter_value)
4515: from pay_action_parameters
4516: where parameter_name = 'QUICKPAY_MAX_WAIT_SEC';
4517: --
4518: cursor cur_intw is
4519: select fnd_number.canonical_to_number(parameter_value)

Line 4520: from pay_action_parameters

4516: where parameter_name = 'QUICKPAY_MAX_WAIT_SEC';
4517: --
4518: cursor cur_intw is
4519: select fnd_number.canonical_to_number(parameter_value)
4520: from pay_action_parameters
4521: where parameter_name = 'QUICKPAY_INTERVAL_WAIT_SEC';
4522: --
4523: begin
4524: hr_utility.set_location('Entering:'|| v_proc, 5);

Line 4561: -- and polling interval time from pay_action_parameters. If values

4557: end if;
4558: hr_utility.set_location(v_proc, 9);
4559: --
4560: -- Attempt to find out the QuickPay Concurrent manager max wait time
4561: -- and polling interval time from pay_action_parameters. If values
4562: -- cannot be found in this table then default to a max wait of 300
4563: -- seconds and polling interval of 2 seconds.
4564: --
4565: open cur_max;