DBA Data[Home] [Help]

APPS.BOMPEXPL dependencies on BOM_COMMON_DEFINITIONS

Line 91: G_SortWidth constant number := Bom_Common_Definitions.G_Bom_SortCode_Width;

87: G_No constant number := 2;
88: G_LoopErrorCode constant number := 9999;
89: G_MaxLevelCode constant number := 9998;
90: -- G_SortWidth constant number := 7;
91: G_SortWidth constant number := Bom_Common_Definitions.G_Bom_SortCode_Width;
92:
93: -- Added new parameter which will decide if trimmed dates need to be populated
94: -- to the explosions table. If the flag is not set, the effectivity_date and
95: -- disable date in Bom-Inventory_components table will only be populated even

Line 1320: l_SortCode Bom_Common_Definitions.G_Bom_SortCode_Type := Bom_Common_Definitions.G_Bom_Init_SortCode;

1316:
1317:
1318: l_LoopFlag number := g_no;
1319: -- l_SortCode varchar2(4000) := '0000001';
1320: l_SortCode Bom_Common_Definitions.G_Bom_SortCode_Type := Bom_Common_Definitions.G_Bom_Init_SortCode;
1321: l_FatalError exception;
1322:
1323: BEGIN
1324: