[Home] [Help]
9787:
9788: BEGIN
9789: l_batch_id := SET(l_batch_id);
9790: FORALL i IN l_batch_id.FIRST..l_batch_id.LAST SAVE EXCEPTIONS
9791: INSERT INTO hxc_pay_trans_code_all
9792: ( transaction_code,
9793: batch_id,
9794: request_id)
9795: VALUES ( g_params.p_transaction_code,
9847:
9848: BEGIN
9849: l_batch_id := SET(l_batch_id);
9850: FORALL i IN l_batch_id.FIRST..l_batch_id.LAST SAVE EXCEPTIONS
9851: INSERT INTO hxc_pay_trans_code_all
9852: ( transaction_code,
9853: batch_id,
9854: request_id)
9855: VALUES ( g_params.p_transaction_code,