DBA Data[Home] [Help]

APPS.WIP_MOVPROC_PRIV dependencies on MTL_MATERIAL_TXN_ALLOCATIONS

Line 10657: -- insert into mtl_material_txn_allocations for repetitive schedule

10653: wip_logger.entryPoint(p_procName => 'wip_movProc_priv.repetitive_scrap',
10654: p_params => l_params,
10655: x_returnStatus => l_returnStatus);
10656: END IF;
10657: -- insert into mtl_material_txn_allocations for repetitive schedule
10658: INSERT INTO mtl_material_txn_allocations
10659: (transaction_id,
10660: repetitive_schedule_id,
10661: organization_id,

Line 10658: INSERT INTO mtl_material_txn_allocations

10654: p_params => l_params,
10655: x_returnStatus => l_returnStatus);
10656: END IF;
10657: -- insert into mtl_material_txn_allocations for repetitive schedule
10658: INSERT INTO mtl_material_txn_allocations
10659: (transaction_id,
10660: repetitive_schedule_id,
10661: organization_id,
10662: last_update_date,

Line 10705: fnd_message.set_token('ENTITY2', 'MTL_MATERIAL_TXN_ALLOCATIONS');

10701: -- IF debug message level = 2, write statement below to log file
10702: IF (l_logLevel <= wip_constants.full_logging) THEN
10703: fnd_message.set_name('WIP', 'WIP_INSERTED_ROWS');
10704: fnd_message.set_token('ENTITY1', SQL%ROWCOUNT);
10705: fnd_message.set_token('ENTITY2', 'MTL_MATERIAL_TXN_ALLOCATIONS');
10706: l_msg := fnd_message.get;
10707: wip_logger.log(p_msg => l_msg,
10708: x_returnStatus => l_returnStatus);
10709: END IF;