DBA Data[Home] [Help]

APPS.MSD_CL_PRE_PROCESS dependencies on MSD_ST_BATCH_ID_S

Line 4906: SELECT msd_st_batch_id_s.NEXTVAL

4902:
4903: -- Dividing records in batches based on batchsize
4904: LOOP
4905: v_sql_stmt := 02;
4906: SELECT msd_st_batch_id_s.NEXTVAL
4907: INTO lv_batch_id
4908: FROM DUAL;
4909:
4910: v_sql_stmt := 03;

Line 5353: SELECT msd_st_batch_id_s.NEXTVAL

5349:
5350: -- Dividing records in batches based on batchsize
5351: LOOP
5352: v_sql_stmt := 02;
5353: SELECT msd_st_batch_id_s.NEXTVAL
5354: INTO lv_batch_id
5355: FROM DUAL;
5356:
5357: v_sql_stmt := 03;

Line 7947: SELECT msd_st_batch_id_s.NEXTVAL

7943: ||' RELATIONSHIP_TYPE ';
7944:
7945: LOOP
7946: v_sql_stmt := 01;
7947: SELECT msd_st_batch_id_s.NEXTVAL
7948: INTO lv_batch_id
7949: FROM DUAL;
7950:
7951: v_sql_stmt := 02;

Line 8235: SELECT msd_st_batch_id_s.NEXTVAL

8231: ||' ORG_LEVEL_VALUE ';
8232:
8233: LOOP
8234: v_sql_stmt := 01;
8235: SELECT msd_st_batch_id_s.NEXTVAL
8236: INTO lv_batch_id
8237: FROM DUAL;
8238:
8239: v_sql_stmt := 02;