DBA Data[Home] [Help]

APPS.ENG_VALIDATE_REVISED_ITEM dependencies on BOM_VALIDATE_RTG_HEADER

Line 1628: x_control := BOM_Validate_Rtg_Header.Control

1624: -- dbms_output.put_line('Item Control: ' ||
1625: -- to_char(l_item_locator_control));
1626:
1627:
1628: x_control := BOM_Validate_Rtg_Header.Control
1629: ( Org_Control => l_org_locator_control,
1630: Sub_Control => l_sub_locator_control,
1631: Item_Control => l_item_locator_control
1632: );

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

1631: Item_Control => l_item_locator_control
1632: );
1633:
1634: IF Bom_Globals.Get_Debug = 'Y' THEN
1635: Error_Handler.Write_Debug('Calling BOM_Validate_Rtg_Header.Control. Loc Control '||
1636: to_char(x_control) );
1637: END IF;
1638:
1639: l_locator_control := x_control;