DBA Data[Home] [Help]

APPS.CSD_HV_WIP_JOB_PVT dependencies on MTL_TRANSACTION_LOTS_INTERFACE

Line 968: p_txn_lots_interface_rec IN mtl_transaction_lots_interface%ROWTYPE,

964:
965:
966: PROCEDURE insert_transaction_lots
967: (
968: p_txn_lots_interface_rec IN mtl_transaction_lots_interface%ROWTYPE,
969: x_return_status OUT NOCOPY VARCHAR2
970: )
971: IS
972:

Line 1010: INSERT INTO mtl_transaction_lots_interface

1006:
1007: --insert into table mtl_transactions_interface
1008: BEGIN
1009:
1010: INSERT INTO mtl_transaction_lots_interface
1011: (last_updated_by,
1012: last_update_date,
1013: last_update_login,
1014: created_by,

Line 3938: l_txn_lots_interface_rec mtl_transaction_lots_interface%ROWTYPE;

3934: lc_inven_rct_srl_control CONSTANT NUMBER := 5;
3935:
3936: -- Records to hold mtl_transactions_interface data
3937: l_transactions_interface_rec mtl_transactions_interface%ROWTYPE;
3938: l_txn_lots_interface_rec mtl_transaction_lots_interface%ROWTYPE;
3939: l_srl_nmbrs_interface_rec mtl_serial_numbers_interface%ROWTYPE;
3940:
3941: CURSOR get_mtl_header_id IS
3942: SELECT mtl_material_transactions_s.nextval from dual;