DBA Data[Home] [Help]

APPS.PA_SELF_SERVICE_MSG_PUB dependencies on PA_SELF_SERVICE_MSG_PUB

Line 1: PACKAGE BODY pa_self_service_msg_pub AS

1: PACKAGE BODY pa_self_service_msg_pub AS
2: /* $Header: PAXPSSMB.pls 120.2 2005/08/24 14:00:05 rmarcel noship $ */
3:
4: -- ==========================================================================
5: -- This API will be used to generate a customized message which will

Line 48: -- Programs that call pa_self_service_msg_pub.business_message should

44: --
45: --
46: -- Coding calling programs:
47: -- ========================
48: -- Programs that call pa_self_service_msg_pub.business_message should
49: -- construct a translated message using the OUT parameters. The following
50: -- section will illustrate how to construct a message using the out parameters.
51: --
52: -- The calling procedure should has a out parameter X_return_message.

Line 65: -- pa_self_Service_msg_pub.business_message( P_Expenditure_id => 1122,

61: -- l_msg_token3_value varchar2(50);
62: -- l_msg_name varchar2(30);
63: -- Begin
64: --
65: -- pa_self_Service_msg_pub.business_message( P_Expenditure_id => 1122,
66: -- P_Person_Id => 1234,
67: -- P_Week_Ending_Date => '01-JAN-97',
68: -- X_Msg_Application_Name => l_msg_application_name
69: -- X_Message_Name => l_msg_name

Line 205: END pa_self_service_msg_pub;

201: --
202:
203: END business_message;
204:
205: END pa_self_service_msg_pub;