DBA Data[Home] [Help]

APPS.WSM_LBJ_INTERFACE_PVT dependencies on MTL_MATERIAL_TRANSACTIONS_S

Line 7334: select mtl_material_transactions_s.nextval

7330:
7331: if csr_wlji%rowcount - prev_rowcount <> 0 then -- {{ one batch
7332: l_stmt_num := 50;
7333: -- getting the header_id to be populated for mmtt
7334: select mtl_material_transactions_s.nextval
7335: into l_mmtt_txn_hdr_id
7336: from dual;
7337:
7338: l_stmt_num := 60;

Line 11791: mtl_material_transactions_s.nextval

11787: '', -- Supply Type
11788: 'N', -- Wip_Commit_Flag
11789: 'Y', -- Process_Flag
11790: 'Y', -- Posting_Flag
11791: mtl_material_transactions_s.nextval
11792: ) RETURNING transaction_temp_id into l_txn_tmp_hdr_id;
11793: if lbji_debug = 'Y' then
11794: fnd_file.put_line(fnd_file.log,
11795: 'Inserted '||SQL%ROWCOUNT||' rows into mmtt');