DBA Data[Home] [Help]

APPS.PAY_US_TAX_BALS_PKG dependencies on PAY_ACTION_PARAMETERS

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

367: l_run_route_bool boolean;
368:
369: begin
370:
371: -- check for the 'RUN_ROUTE' parameter_name in the pay_action_parameters
372: -- table to determine if we want to call the run_result route instead of
373: -- the run_balance route.
374: begin
375:

Line 378: from PAY_ACTION_PARAMETERS

374: begin
375:
376: select parameter_value
377: into l_run_route
378: from PAY_ACTION_PARAMETERS
379: where parameter_name = 'RUN_ROUTE';
380:
381: exception
382: WHEN others then

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

548: l_run_route_bool boolean;
549:
550: begin
551:
552: -- check for the 'RUN_ROUTE' parameter_name in the pay_action_parameters
553: -- table to determine if we want to call the run_result route instead of
554: -- the run_balance route.
555: begin
556:

Line 559: from PAY_ACTION_PARAMETERS

555: begin
556:
557: select parameter_value
558: into l_run_route
559: from PAY_ACTION_PARAMETERS
560: where parameter_name = 'RUN_ROUTE';
561:
562: exception
563: WHEN others then

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

650: hr_utility.trace('p_balance_name = '||p_balance_name);
651: hr_utility.trace('p_asg_type = '||p_asg_type);
652: hr_utility.set_location('pay_us_tax_bals_pkg.call_balance_user_exit', 10);
653:
654: -- check for the 'RUN_ROUTE' parameter_name in the pay_action_parameters
655: -- table to determine if we want to call the run_result route instead of
656: -- the run_balance route.
657: begin
658:

Line 661: from PAY_ACTION_PARAMETERS

657: begin
658:
659: select parameter_value
660: into l_run_route
661: from PAY_ACTION_PARAMETERS
662: where parameter_name = 'RUN_ROUTE';
663:
664: exception
665: WHEN others then