DBA Data[Home] [Help]

APPS.PAY_MWS_MAGTAPE_REPORTING dependencies on PAY_ACTION_PARAMETERS

Line 392: from pay_action_parameters

388: /* Get CHUNK_SIZE or default to 20 if CHUNK_SIZE does not exist */
389: begin
390: select parameter_value
391: into l_chunk_size
392: from pay_action_parameters
393: where parameter_name = 'CHUNK_SIZE';
394: exception
395: when no_data_found then
396: l_chunk_size := 20;