DBA Data[Home] [Help]

APPS.WSM_LBJ_INTERFACE_PVT dependencies on MTL_MATERIAL_TRANSACTIONS_S

Line 7318: select mtl_material_transactions_s.nextval

7314:
7315: if csr_wlji%rowcount - prev_rowcount <> 0 then -- {{ one batch
7316: l_stmt_num := 50;
7317: -- getting the header_id to be populated for mmtt
7318: select mtl_material_transactions_s.nextval
7319: into l_mmtt_txn_hdr_id
7320: from dual;
7321:
7322: l_stmt_num := 60;

Line 11687: mtl_material_transactions_s.nextval

11683: '', -- Supply Type
11684: 'N', -- Wip_Commit_Flag
11685: 'Y', -- Process_Flag
11686: 'Y', -- Posting_Flag
11687: mtl_material_transactions_s.nextval
11688: ) RETURNING transaction_temp_id into l_txn_tmp_hdr_id;
11689: if lbji_debug = 'Y' then
11690: fnd_file.put_line(fnd_file.log,
11691: 'Inserted '||SQL%ROWCOUNT||' rows into mmtt');