DBA Data[Home] [Help]

APPS.ENG_VALIDATE_REVISED_ITEM dependencies on BOM_VALIDATE_RTG_HEADER

Line 1563: x_control := BOM_Validate_Rtg_Header.Control

1559: -- dbms_output.put_line('Item Control: ' ||
1560: -- to_char(l_item_locator_control));
1561:
1562:
1563: x_control := BOM_Validate_Rtg_Header.Control
1564: ( Org_Control => l_org_locator_control,
1565: Sub_Control => l_sub_locator_control,
1566: Item_Control => l_item_locator_control
1567: );

Line 1570: Error_Handler.Write_Debug('Calling BOM_Validate_Rtg_Header.Control. Loc Control '||

1566: Item_Control => l_item_locator_control
1567: );
1568:
1569: IF Bom_Globals.Get_Debug = 'Y' THEN
1570: Error_Handler.Write_Debug('Calling BOM_Validate_Rtg_Header.Control. Loc Control '||
1571: to_char(x_control) );
1572: END IF;
1573:
1574: l_locator_control := x_control;