153: l_txn_act_id,
154: l_txn_src_type_id,
155: l_item_id,
156: l_txn_cg_id /*BUG 8881927*/
157: FROM MTL_MATERIAL_TRANSACTIONS
158: WHERE transaction_id = I_TXN_ID;
159:
160: /*BUG 8881927*/
161: if (NVL(I_COST_GROUP_ID,0) =0) THEN
271: -- user specify if layer merge should be attempted.
272: --
273: -- PARAMETERS
274: -- i_txn_id Id of the receipt transaction in
275: -- MTL_MATERIAL_TRANSACTIONS
276: -- o_err_num 0 indicates no error. Other values indicates errors.
277: -- o_err_code A short code to help identify errors.
278: -- o_err_msg A message to help identify errors.
279: --