DBA Data[Home] [Help]

APPS.BOM_VALIDATE_RTG_HEADER dependencies on BOM_VALIDATE_RTG_HEADER

Line 1: PACKAGE BODY BOM_Validate_Rtg_Header AS

1: PACKAGE BODY BOM_Validate_Rtg_Header AS
2: /* $Header: BOMLRTGB.pls 120.1.12000000.3 2007/04/24 07:43:00 kjonnala ship $*/
3: /****************************************************************************
4: --
5: -- Copyright (c) 1996 Oracle Corporation, Redwood Shores, CA, USA

Line 14: -- Body of package BOM_Validate_Rtg_Header

10: -- BOMLRTGB.pls
11: --
12: -- DESCRIPTION
13: --
14: -- Body of package BOM_Validate_Rtg_Header
15: --
16: -- NOTES
17: --
18: -- HISTORY

Line 23: G_PKG_NAME VARCHAR2(30) := 'BOM_Validate_Rtg_Header';

19: --
20: -- 07-AUG-00 Biao Zhang Initial Creation
21: --
22: ****************************************************************************/
23: G_PKG_NAME VARCHAR2(30) := 'BOM_Validate_Rtg_Header';
24: g_token_tbl Error_Handler.Token_Tbl_Type;
25:
26: l_sub_locator_control NUMBER;
27: l_locator_control NUMBER;

Line 1073: x_control := BOM_Validate_Rtg_Header.Control

1069: l_sub_locator_control is not null AND
1070: l_item_locator_control is not null
1071: THEN
1072:
1073: x_control := BOM_Validate_Rtg_Header.Control
1074: ( Org_Control => l_org_locator_control,
1075: Sub_Control => l_sub_locator_control,
1076: Item_Control => l_item_locator_control
1077: );

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

1076: Item_Control => l_item_locator_control
1077: );
1078:
1079: IF Bom_Rtg_Globals.Get_Debug = 'Y' THEN
1080: Error_Handler.Write_Debug('Calling BOM_Validate_Rtg_Header.Control. Loc Control '||
1081: to_char(x_control) );
1082: END IF;
1083: l_locator_control := x_control;
1084: -- Variable to identify if the dynamic loc.

Line 2740: END BOM_Validate_Rtg_Header;

2736: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2737:
2738: END Validate_SSOS;
2739:
2740: END BOM_Validate_Rtg_Header;