[Home] [Help]
1236:
1237: END LOOP; --l_head_count
1238:
1239: Print('Val and Insert >>>>'||'Inserting into fun_trx_batch_dist Table');
1240: -- Insertion into FUN_BATCH_DISTS
1241: If p_init_dist_tbl is not null then
1242: for l_line_count in 1..p_init_dist_tbl.count
1243: LOOP
1244:
1241: If p_init_dist_tbl is not null then
1242: for l_line_count in 1..p_init_dist_tbl.count
1243: LOOP
1244:
1245: INSERT into fun_batch_dists (
1246: batch_dist_id,
1247: line_number,
1248: batch_id,
1249: ccid,