DBA Data[Home] [Help]

APPS.PA_RBS_VERSIONS_PUB dependencies on FND_MSG_PUB

Line 148: Fnd_Msg_Pub.Initialize;

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

Line 412: Fnd_Msg_Pub.Initialize;

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

Line 525: Fnd_Msg_Pub.Initialize;

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

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

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

Line 678: Fnd_Msg_Pub.Initialize;

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

Line 712: l_msg_count := Fnd_Msg_Pub.Count_Msg;

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