DBA Data[Home] [Help]

APPS.PAY_US_BALANCE_VIEW_PKG dependencies on PAY_ACTION_PARAMETERS

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

1206: debug_msg( 'get_value: looking in DBCache for details of defined_balance '
1207: || p_defined_balance_id
1208: || ' ...');
1209:
1210: -- check for the 'RUN_ROUTE' parameter_name in the pay_action_parameters
1211: -- table to determine if we want to call the run_result route instead of
1212: -- the run_balance route.
1213: begin
1214:

Line 1217: from PAY_ACTION_PARAMETERS

1213: begin
1214:
1215: select parameter_value
1216: into l_run_route
1217: from PAY_ACTION_PARAMETERS
1218: where parameter_name = 'RUN_ROUTE';
1219:
1220: exception
1221: WHEN others then