DBA Data[Home] [Help]

APPS.INV_ITEM_MSG dependencies on INV_ITEM_MSG

Line 1: PACKAGE BODY INV_ITEM_MSG AS

1: PACKAGE BODY INV_ITEM_MSG AS
2: /* $Header: INVVIMSB.pls 120.3 2006/05/29 05:40:32 lparihar noship $ */
3:
4:
5: ---------------------- Package variables and constants -----------------------

Line 7: G_PKG_NAME CONSTANT VARCHAR2(30) := 'INV_ITEM_MSG';

3:
4:
5: ---------------------- Package variables and constants -----------------------
6:
7: G_PKG_NAME CONSTANT VARCHAR2(30) := 'INV_ITEM_MSG';
8:
9: -- Datatype of the message record and table
10:
11: TYPE Msg_Rec_type IS RECORD

Line 63: -- Usage Used by INV_ITEM_MSG API callers to intialize the

59:
60:
61: --------------------------------- Initialize ---------------------------------
62:
63: -- Usage Used by INV_ITEM_MSG API callers to intialize the
64: -- global message table.
65: -- Desc Clears the g_Msg_Tbl and resets all its global variables.
66: -- Except for the message level threshold.
67:

Line 293: ( p_Msg_Ctx IN INV_ITEM_MSG.Msg_Ctx_type

289:
290: ---------------------------- Add_Unexpected_Error ----------------------------
291:
292: PROCEDURE Add_Unexpected_Error
293: ( p_Msg_Ctx IN INV_ITEM_MSG.Msg_Ctx_type
294: , p_Error_Text IN VARCHAR2
295: )
296: IS
297: -- l_Error_Text VARCHAR2(2000);

Line 337: ( p_Msg_Ctx IN INV_ITEM_MSG.Msg_Ctx_type

333:
334: ----------------------------------- Debug ------------------------------------
335:
336: PROCEDURE Debug
337: ( p_Msg_Ctx IN INV_ITEM_MSG.Msg_Ctx_type
338: , p_Msg_Text IN VARCHAR2
339: )
340: IS
341: -- l_msg_text VARCHAR2(2000);

Line 614: FND_FILE.Put_Line( FND_FILE.Log, SUBSTRB('Unexpected error in INV_ITEM_MSG.Insert_Interface_Error: ' || SQLERRM, 1,240) );

610:
611: EXCEPTION
612:
613: WHEN others THEN
614: FND_FILE.Put_Line( FND_FILE.Log, SUBSTRB('Unexpected error in INV_ITEM_MSG.Insert_Interface_Error: ' || SQLERRM, 1,240) );
615:
616: END Insert_Interface_Error;
617: ------------------------------------------------------------------------------
618:

Line 691: END INV_ITEM_MSG;

687:
688: END Get;
689: ------------------------------------------------------------------------------
690:
691: END INV_ITEM_MSG;