DBA Data[Home] [Help]

APPS.MTL_RELATED_ITEMS_PVT dependencies on ERROR_HANDLER

Line 10: -- Debug Profile option used to write Error_Handler.Write_Debug --

6: G_Table_Name VARCHAR2(30) := 'MTL_RELATED_ITEMS';
7: G_PKG_NAME VARCHAR2(30) := 'MTL_RELATED_ITEMS_PVT';
8:
9: -------------------------------------------------------------------------
10: -- Debug Profile option used to write Error_Handler.Write_Debug --
11: -- Profile option name = INV_DEBUG_TRACE ; --
12: -- User Profile Option Name = INV: Debug Trace --
13: -- Values: 1 (True) ; 0 (False) --
14: -------------------------------------------------------------------------

Line 33: ,x_msg_list OUT NOCOPY Error_Handler.Error_Tbl_Type);

29: ,p_Pln_Info_Tbl IN OUT NOCOPY MTL_RELATED_ITEMS_PUB.Pln_Info_Tbl_Type
30: ,p_Cust_Ref_Tbl IN OUT NOCOPY MTL_RELATED_ITEMS_PUB.Cust_Ref_Tbl_Type
31: ,x_return_status OUT NOCOPY VARCHAR2
32: ,x_msg_count OUT NOCOPY NUMBER
33: ,x_msg_list OUT NOCOPY Error_Handler.Error_Tbl_Type);
34:
35: -- -----------------------------------------------------------------------------
36: -- Procedure Name: Process_Rel_Items_Rows
37: --