DBA Data[Home] [Help]

APPS.CTO_UPDATE_BOM_RTG_PK dependencies on MRP_ASSIGNMENT_SETS

Line 352: from mrp_assignment_sets

348:
349: BEGIN
350: select assignment_set_id
351: into l_cto_aset_id
352: from mrp_assignment_sets
353: where assignment_set_name = 'CTO Configuration Updates';
354:
355: WriteToLog('CTO Seeded Assignment Set Id::'||l_cto_aset_id, 2);
356: