DBA Data[Home] [Help]

APPS.CSTPACHK dependencies on MTL_MATERIAL_TRANSACTIONS

Line 155: FROM MTL_MATERIAL_TRANSACTIONS

151: l_txn_act_id,
152: l_txn_src_type_id,
153: l_item_id,
154: l_cg_id
155: FROM MTL_MATERIAL_TRANSACTIONS
156: WHERE transaction_id = I_TXN_ID;
157:
158:
159: l_account_num := CSTPACWF.START_AVG_WF(i_txn_id, l_txn_type_id,l_txn_act_id,

Line 266: -- MTL_MATERIAL_TRANSACTIONS

262: -- user specify if layer merge should be attempted.
263: --
264: -- PARAMETERS
265: -- i_txn_id Id of the receipt transaction in
266: -- MTL_MATERIAL_TRANSACTIONS
267: -- o_err_num 0 indicates no error. Other values indicates errors.
268: -- o_err_code A short code to help identify errors.
269: -- o_err_msg A message to help identify errors.
270: --