DBA Data[Home] [Help]

APPS.PA_RBS_HEADER_PUB dependencies on FND_MSG_PUB

Line 120: Pa_Debug.G_Stage := 'Initialize the error message stack by callling Fnd_Msg_Pub.Initialize() procedure.';

116:
117: Pa_Debug.G_Stage := 'Check if need to initialize the error message stack.';
118: If Fnd_Api.To_Boolean(nvl(P_Init_Msg_List,Fnd_Api.G_True)) Then
119:
120: Pa_Debug.G_Stage := 'Initialize the error message stack by callling Fnd_Msg_Pub.Initialize() procedure.';
121: Fnd_Msg_Pub.Initialize;
122:
123: End If;
124:

Line 121: Fnd_Msg_Pub.Initialize;

117: Pa_Debug.G_Stage := 'Check if need to initialize the error message stack.';
118: If Fnd_Api.To_Boolean(nvl(P_Init_Msg_List,Fnd_Api.G_True)) Then
119:
120: Pa_Debug.G_Stage := 'Initialize the error message stack by callling Fnd_Msg_Pub.Initialize() procedure.';
121: Fnd_Msg_Pub.Initialize;
122:
123: End If;
124:
125: X_Return_Status := Fnd_Api.G_Ret_Sts_Success;

Line 485: l_Msg_Count := Fnd_Msg_Pub.Count_Msg;

481: Exception
482:
483: When l_Error Then
484: X_Return_Status := Fnd_Api.G_Ret_Sts_Error;
485: l_Msg_Count := Fnd_Msg_Pub.Count_Msg;
486: If l_msg_count = 1 Then
487: Pa_Interface_Utils_Pub.Get_Messages(
488: p_encoded => Fnd_Api.G_True,
489: p_msg_index => 1,

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

605:
606: Pa_Debug.G_Stage := 'Check if need to initialize the message error stack.';
607: If Fnd_Api.To_Boolean(nvl(P_Init_Msg_List,Fnd_Api.G_True)) Then
608:
609: Pa_Debug.G_Stage := 'Initilize the message error stack by calling the Fnd_Msg_Pub.Initialize() procedure.';
610: Fnd_Msg_Pub.Initialize;
611:
612: End If;
613:

Line 610: Fnd_Msg_Pub.Initialize;

606: Pa_Debug.G_Stage := 'Check if need to initialize the message error stack.';
607: If Fnd_Api.To_Boolean(nvl(P_Init_Msg_List,Fnd_Api.G_True)) Then
608:
609: Pa_Debug.G_Stage := 'Initilize the message error stack by calling the Fnd_Msg_Pub.Initialize() procedure.';
610: Fnd_Msg_Pub.Initialize;
611:
612: End If;
613:
614: X_Return_Status := Fnd_Api.G_Ret_Sts_Success;

Line 763: l_Msg_Count := Fnd_Msg_Pub.Count_Msg;

759:
760: Exception
761: When l_Error Then
762: X_Return_Status := Fnd_Api.G_Ret_Sts_Error;
763: l_Msg_Count := Fnd_Msg_Pub.Count_Msg;
764: If l_msg_count = 1 Then
765: Pa_Interface_Utils_Pub.Get_Messages(
766: p_encoded => Fnd_Api.G_True,
767: p_msg_index => 1,