DBA Data[Home] [Help]

APPS.MTL_SYSTEM_ITEMS_T5_BOM dependencies on BOM_PFI_PVT

Line 17: IF ( BOM_PFI_PVT.G_Cat_Num > 0 ) THEN

13: -- Check if any category deletions have been recorded (there might have
14: -- been only deletions of items that are not product family items).
15: -----------------------------------------------------------------------
16:
17: IF ( BOM_PFI_PVT.G_Cat_Num > 0 ) THEN
18: FND_MESSAGE.CLEAR;
19:
20: ---------------------------------------------------------------------
21: -- Perform each category deletion that has been recorded by the call

Line 25: BOM_PFI_PVT.Delete_PF_Category

21: -- Perform each category deletion that has been recorded by the call
22: -- to Store_Category in the row-level trigger.
23: ---------------------------------------------------------------------
24:
25: BOM_PFI_PVT.Delete_PF_Category
26: ( p_return_sts => l_return_sts ,
27: p_return_err => l_return_err ,
28: p_Cat_Num => BOM_PFI_PVT.G_Cat_Num ,
29: p_Delete_Cat_Tbl => BOM_PFI_PVT.G_Delete_Cat_Tbl

Line 28: p_Cat_Num => BOM_PFI_PVT.G_Cat_Num ,

24:
25: BOM_PFI_PVT.Delete_PF_Category
26: ( p_return_sts => l_return_sts ,
27: p_return_err => l_return_err ,
28: p_Cat_Num => BOM_PFI_PVT.G_Cat_Num ,
29: p_Delete_Cat_Tbl => BOM_PFI_PVT.G_Delete_Cat_Tbl
30: );
31: END IF;
32:

Line 29: p_Delete_Cat_Tbl => BOM_PFI_PVT.G_Delete_Cat_Tbl

25: BOM_PFI_PVT.Delete_PF_Category
26: ( p_return_sts => l_return_sts ,
27: p_return_err => l_return_err ,
28: p_Cat_Num => BOM_PFI_PVT.G_Cat_Num ,
29: p_Delete_Cat_Tbl => BOM_PFI_PVT.G_Delete_Cat_Tbl
30: );
31: END IF;
32:
33: