DBA Data[Home] [Help]

APPS.MTL_SYSTEM_ITEMS_T6_BOM dependencies on FND_MESSAGE

Line 18: FND_MESSAGE.CLEAR;

14: -- been only creations of items that are not product family items).
15: -----------------------------------------------------------------------
16:
17: IF ( BOM_PFI_PVT.G_Cat_Create_Num > 0 ) THEN
18: FND_MESSAGE.CLEAR;
19:
20: ---------------------------------------------------------------------
21: -- Perform each category creation that has been recorded by the call
22: -- to Store_Cat_Create procedure in the row-level trigger.

Line 39: FND_MESSAGE.CLEAR;

35: -- categories have been recorded.
36: ---------------------------------------------------------------------
37:
38: IF ( BOM_PFI_PVT.G_Assign_Num > 0 ) THEN
39: FND_MESSAGE.CLEAR;
40:
41: BOM_PFI_PVT.Assign_To_Category
42: ( p_return_sts => l_return_sts ,
43: p_return_err => l_return_err ,