DBA Data[Home] [Help]

APPS.PAY_CA_BALANCE_VIEW_PKG dependencies on PAY_ACTION_PARAMETERS

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

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

Line 1221: from PAY_ACTION_PARAMETERS

1217: begin
1218:
1219: select parameter_value
1220: into l_run_route
1221: from PAY_ACTION_PARAMETERS
1222: where parameter_name = 'RUN_ROUTE';
1223:
1224: exception
1225: WHEN others then