DBA Data[Home] [Help]

APPS.CTO_CONFIG_ROUTING_PK dependencies on MTL_RTG_ITEM_REVISIONS

Line 2483: xTableName := 'MTL_RTG_ITEM_REVISIONS';

2479: /*-----------------------------------------------------+
2480: Process routing revision table
2481: +-----------------------------------------------------*/
2482: lStmtNum := 70;
2483: xTableName := 'MTL_RTG_ITEM_REVISIONS';
2484:
2485: IF PG_DEBUG <> 0 THEN
2486: oe_debug_pub.add ('create_routing_ml: ' || 'Inserting into mtl_rtg_item_revisions..',5);
2487: END IF;

Line 2486: oe_debug_pub.add ('create_routing_ml: ' || 'Inserting into mtl_rtg_item_revisions..',5);

2482: lStmtNum := 70;
2483: xTableName := 'MTL_RTG_ITEM_REVISIONS';
2484:
2485: IF PG_DEBUG <> 0 THEN
2486: oe_debug_pub.add ('create_routing_ml: ' || 'Inserting into mtl_rtg_item_revisions..',5);
2487: END IF;
2488: insert into MTL_RTG_ITEM_REVISIONS
2489: (
2490: inventory_item_id,

Line 2488: insert into MTL_RTG_ITEM_REVISIONS

2484:
2485: IF PG_DEBUG <> 0 THEN
2486: oe_debug_pub.add ('create_routing_ml: ' || 'Inserting into mtl_rtg_item_revisions..',5);
2487: END IF;
2488: insert into MTL_RTG_ITEM_REVISIONS
2489: (
2490: inventory_item_id,
2491: organization_id,
2492: process_revision,