DBA Data[Home] [Help]

APPS.CSTPSMCW dependencies on WSM_JOBCOSTING_GRP

Line 206: WSM_JobCosting_GRP.Insert_MaterialTxn (

202: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Inserting Transaction into MMT');
203: END IF;
204:
205: -- Insert
206: WSM_JobCosting_GRP.Insert_MaterialTxn (
207: c_uncost_rec.transaction_id,
208: l_error_code,
209: l_error_buf );
210: IF l_error_code <> 0 THEN

Line 224: WSM_JobCosting_GRP.Update_QtyIssued (

220: -- Update
221: IF ( l_debug_flag = 'Y' ) THEN
222: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Updating Quantities');
223: END IF;
224: WSM_JobCosting_GRP.Update_QtyIssued (
225: c_uncost_rec.transaction_id,
226: l_txn_type_id,
227: l_error_code,
228: l_error_buf );