DBA Data[Home] [Help]

APPS.PAY_US_TAX_BALS_PKG dependencies on PAY_ACTION_PARAMETERS

Line 358: -- check for the 'RUN_ROUTE' parameter_name in the pay_action_parameters

354: l_run_route_bool boolean;
355:
356: begin
357:
358: -- check for the 'RUN_ROUTE' parameter_name in the pay_action_parameters
359: -- table to determine if we want to call the run_result route instead of
360: -- the run_balance route.
361: begin
362:

Line 365: from PAY_ACTION_PARAMETERS

361: begin
362:
363: select parameter_value
364: into l_run_route
365: from PAY_ACTION_PARAMETERS
366: where parameter_name = 'RUN_ROUTE';
367:
368: exception
369: WHEN others then

Line 539: -- check for the 'RUN_ROUTE' parameter_name in the pay_action_parameters

535: l_run_route_bool boolean;
536:
537: begin
538:
539: -- check for the 'RUN_ROUTE' parameter_name in the pay_action_parameters
540: -- table to determine if we want to call the run_result route instead of
541: -- the run_balance route.
542: begin
543:

Line 546: from PAY_ACTION_PARAMETERS

542: begin
543:
544: select parameter_value
545: into l_run_route
546: from PAY_ACTION_PARAMETERS
547: where parameter_name = 'RUN_ROUTE';
548:
549: exception
550: WHEN others then

Line 641: -- check for the 'RUN_ROUTE' parameter_name in the pay_action_parameters

637: hr_utility.trace('p_balance_name = '||p_balance_name);
638: hr_utility.trace('p_asg_type = '||p_asg_type);
639: hr_utility.set_location('pay_us_tax_bals_pkg.call_balance_user_exit', 10);
640:
641: -- check for the 'RUN_ROUTE' parameter_name in the pay_action_parameters
642: -- table to determine if we want to call the run_result route instead of
643: -- the run_balance route.
644: begin
645:

Line 648: from PAY_ACTION_PARAMETERS

644: begin
645:
646: select parameter_value
647: into l_run_route
648: from PAY_ACTION_PARAMETERS
649: where parameter_name = 'RUN_ROUTE';
650:
651: exception
652: WHEN others then