DBA Data[Home] [Help]

APPS.CTO_CONFIG_ROUTING_PK dependencies on MTL_RTG_ITEM_REVISIONS

Line 2474: xTableName := 'MTL_RTG_ITEM_REVISIONS';

2470: /*-----------------------------------------------------+
2471: Process routing revision table
2472: +-----------------------------------------------------*/
2473: lStmtNum := 70;
2474: xTableName := 'MTL_RTG_ITEM_REVISIONS';
2475:
2476: IF PG_DEBUG <> 0 THEN
2477: oe_debug_pub.add ('create_routing_ml: ' || 'Inserting into mtl_rtg_item_revisions..',5);
2478: END IF;

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

2473: lStmtNum := 70;
2474: xTableName := 'MTL_RTG_ITEM_REVISIONS';
2475:
2476: IF PG_DEBUG <> 0 THEN
2477: oe_debug_pub.add ('create_routing_ml: ' || 'Inserting into mtl_rtg_item_revisions..',5);
2478: END IF;
2479: insert into MTL_RTG_ITEM_REVISIONS
2480: (
2481: inventory_item_id,

Line 2479: insert into MTL_RTG_ITEM_REVISIONS

2475:
2476: IF PG_DEBUG <> 0 THEN
2477: oe_debug_pub.add ('create_routing_ml: ' || 'Inserting into mtl_rtg_item_revisions..',5);
2478: END IF;
2479: insert into MTL_RTG_ITEM_REVISIONS
2480: (
2481: inventory_item_id,
2482: organization_id,
2483: process_revision,