DBA Data[Home] [Help]

APPS.CTO_UPDATE_BOM_RTG_PK dependencies on MRP_ASSIGNMENT_SETS

Line 363: from mrp_assignment_sets

359:
360: BEGIN
361: select assignment_set_id
362: into l_cto_aset_id
363: from mrp_assignment_sets
364: where assignment_set_name = 'CTO Configuration Updates';
365:
366: WriteToLog('CTO Seeded Assignment Set Id::'||l_cto_aset_id, 2);
367: