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.12020000.2 2012/07/09 08:21:23 asugandh ship $ */
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 294: ( p_Msg_Ctx IN INV_ITEM_MSG.Msg_Ctx_type

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

Line 338: ( p_Msg_Ctx IN INV_ITEM_MSG.Msg_Ctx_type

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

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

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

Line 692: END INV_ITEM_MSG;

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