DBA Data[Home] [Help]

APPS.PAY_QPQ_API dependencies on PAY_ACTION_PARAMETERS

Line 4493: from pay_action_parameters

4489: where payroll_action_id = p_payroll_action_id;
4490: --
4491: cursor cur_max is
4492: select fnd_number.canonical_to_number(parameter_value)
4493: from pay_action_parameters
4494: where parameter_name = 'QUICKPAY_MAX_WAIT_SEC';
4495: --
4496: cursor cur_intw is
4497: select fnd_number.canonical_to_number(parameter_value)

Line 4498: from pay_action_parameters

4494: where parameter_name = 'QUICKPAY_MAX_WAIT_SEC';
4495: --
4496: cursor cur_intw is
4497: select fnd_number.canonical_to_number(parameter_value)
4498: from pay_action_parameters
4499: where parameter_name = 'QUICKPAY_INTERVAL_WAIT_SEC';
4500: --
4501: begin
4502: hr_utility.set_location('Entering:'|| v_proc, 5);

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

4535: end if;
4536: hr_utility.set_location(v_proc, 9);
4537: --
4538: -- Attempt to find out the QuickPay Concurrent manager max wait time
4539: -- and polling interval time from pay_action_parameters. If values
4540: -- cannot be found in this table then default to a max wait of 300
4541: -- seconds and polling interval of 2 seconds.
4542: --
4543: open cur_max;