DBA Data[Home] [Help]

APPS.WIP_MOVPROC_PRIV dependencies on MTL_MATERIAL_TXN_ALLOCATIONS

Line 11014: -- insert into mtl_material_txn_allocations for repetitive schedule

11010: wip_logger.entryPoint(p_procName => 'wip_movProc_priv.repetitive_scrap',
11011: p_params => l_params,
11012: x_returnStatus => l_returnStatus);
11013: END IF;
11014: -- insert into mtl_material_txn_allocations for repetitive schedule
11015: INSERT INTO mtl_material_txn_allocations
11016: (transaction_id,
11017: repetitive_schedule_id,
11018: organization_id,

Line 11015: INSERT INTO mtl_material_txn_allocations

11011: p_params => l_params,
11012: x_returnStatus => l_returnStatus);
11013: END IF;
11014: -- insert into mtl_material_txn_allocations for repetitive schedule
11015: INSERT INTO mtl_material_txn_allocations
11016: (transaction_id,
11017: repetitive_schedule_id,
11018: organization_id,
11019: last_update_date,

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

11058: -- IF debug message level = 2, write statement below to log file
11059: IF (l_logLevel <= wip_constants.full_logging) THEN
11060: fnd_message.set_name('WIP', 'WIP_INSERTED_ROWS');
11061: fnd_message.set_token('ENTITY1', SQL%ROWCOUNT);
11062: fnd_message.set_token('ENTITY2', 'MTL_MATERIAL_TXN_ALLOCATIONS');
11063: l_msg := fnd_message.get;
11064: wip_logger.log(p_msg => l_msg,
11065: x_returnStatus => l_returnStatus);
11066: END IF;