DBA Data[Home] [Help]

APPS.ARP_MESSAGE dependencies on ARP_MESSAGE

Line 1: PACKAGE BODY ARP_MESSAGE as

1: PACKAGE BODY ARP_MESSAGE as
2: /* $Header: ARHAMSGB.pls 120.6 2006/05/24 07:23:48 vsegu noship $ */
3: --
4: -- PURPOSE
5: -- Allow messages (both for reporting and debugging) to be written to

Line 113: -- Set_Error('ARP_MESSAGE.Insert_Message');

109: X_Error_Number,
110: X_Message_Text);
111: EXCEPTION
112: When OTHERS then
113: -- Set_Error('ARP_MESSAGE.Insert_Message');
114: RAISE ;
115: END;
116:
117:

Line 543: ARP_MESSAGE.Set_Error('Last_Message_Sequence');

539: return(Last_Msg_Seq);
540:
541: EXCEPTION
542: When OTHERS then
543: ARP_MESSAGE.Set_Error('Last_Message_Sequence');
544: Raise;
545: END;
546:
547: FUNCTION Get_Last_Few_Messages(num IN NUMBER)

Line 586: END ARP_MESSAGE;

582: NULL;
583: END;
584:
585:
586: END ARP_MESSAGE;