DBA Data[Home] [Help]

APPS.PA_RBS_VERSIONS_PUB dependencies on FND_MSG_PUB

Line 147: Fnd_Msg_Pub.Initialize;

143: Pa_Debug.G_Stage := 'Check if need to initialize message stack.';
144: If Fnd_Api.To_Boolean(nvl(P_Init_Msg_List,Fnd_Api.G_True)) Then
145:
146: Pa_Debug.G_Stage := 'Initialize Message Stack.';
147: Fnd_Msg_Pub.Initialize;
148:
149: End If;
150:
151: Pa_Debug.G_Stage := 'Initialize error handling variables.';

Line 410: Fnd_Msg_Pub.Initialize;

406: Pa_Debug.G_Stage := 'Check if need to initialize message stack.';
407: If Fnd_Api.To_Boolean(nvl(P_Init_Msg_List,Fnd_Api.G_True)) Then
408:
409: Pa_Debug.G_Stage := 'Initialize Message Stack.';
410: Fnd_Msg_Pub.Initialize;
411:
412: End If;
413:
414: Pa_Debug.G_Stage := 'Initialize error handling variables.';

Line 523: Fnd_Msg_Pub.Initialize;

519: Pa_Debug.G_Stage := 'Check if need to initialize message stack.';
520: If Fnd_Api.To_Boolean(nvl(P_Init_Msg_List,Fnd_Api.G_True)) Then
521:
522: Pa_Debug.G_Stage := 'Initialize Message Stack.';
523: Fnd_Msg_Pub.Initialize;
524:
525: End If;
526:
527: Pa_Debug.G_Stage := 'Initialize error handling variables.';

Line 675: Pa_Debug.G_Stage := 'Initialize the error message stack by calling Fnd_Msg_Pub.Initialize().';

671: --Initialize the message stack if not initialized
672: Pa_Debug.G_Stage := 'Check if need to initialize the error message stack.';
673: If Fnd_Api.To_Boolean(nvl(P_Init_Msg_List,Fnd_Api.G_True)) Then
674:
675: Pa_Debug.G_Stage := 'Initialize the error message stack by calling Fnd_Msg_Pub.Initialize().';
676: Fnd_Msg_Pub.Initialize;
677:
678: End If;
679:

Line 676: Fnd_Msg_Pub.Initialize;

672: Pa_Debug.G_Stage := 'Check if need to initialize the error message stack.';
673: If Fnd_Api.To_Boolean(nvl(P_Init_Msg_List,Fnd_Api.G_True)) Then
674:
675: Pa_Debug.G_Stage := 'Initialize the error message stack by calling Fnd_Msg_Pub.Initialize().';
676: Fnd_Msg_Pub.Initialize;
677:
678: End If;
679:
680: Pa_Debug.G_Stage := 'Initialize error handling variables.';

Line 710: l_msg_count := Fnd_Msg_Pub.Count_Msg;

706: Pa_Utils.Add_Message(
707: P_App_Short_Name => 'FND', /* Bug 3819654: Changed short name from PA to FND */
708: P_Msg_Name => 'FND_LOCK_RECORD_ERROR');
709:
710: l_msg_count := Fnd_Msg_Pub.Count_Msg;
711: If l_Msg_Count = 1 Then
712:
713: Pa_Interface_Utils_Pub.Get_Messages(
714: P_Encoded => Fnd_Api.G_True,