DBA Data[Home] [Help]

APPS.PAY_PAYWSQEE_PKG dependencies on PAY_ACTION_PARAMETERS

Line 614: from pay_action_parameters

610: --
611: --
612: cursor cur_max is
613: select fnd_number.canonical_to_number(parameter_value)
614: from pay_action_parameters
615: where parameter_name = 'BEE_MAX_WAIT_SEC';
616: --
617: cursor cur_intw is
618: select fnd_number.canonical_to_number(parameter_value)

Line 619: from pay_action_parameters

615: where parameter_name = 'BEE_MAX_WAIT_SEC';
616: --
617: cursor cur_intw is
618: select fnd_number.canonical_to_number(parameter_value)
619: from pay_action_parameters
620: where parameter_name = 'BEE_INTERVAL_WAIT_SEC';
621: --
622: --
623: function get_default_action_param

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

750: end if;
751: --
752: if p_wait = 'Y' and v_request_id <> 0 then
753: -- Attempt to find out the BEE Concurrent manager max wait time
754: -- and polling interval time from pay_action_parameters. If values
755: -- cannot be found in this table then default to a max wait of 600
756: -- seconds and polling interval of 2 seconds.
757: --
758: open cur_max;