DBA Data[Home] [Help]

APPS.PA_RBS_HEADER_PUB dependencies on PA_RBS_HEADER_PVT

Line 263: IF PA_RBS_HEADER_PVT.Validate_Rbs_For_Allocations(p_rbs_id=> P_RbsHeaderId)='Y'

259:
260:
261: IF(l_use_for_alloc_flag='N' and p_use_for_alloc_flag='Y') Then
262:
263: IF PA_RBS_HEADER_PVT.Validate_Rbs_For_Allocations(p_rbs_id=> P_RbsHeaderId)='Y'
264: THEN
265: Pa_Utils.Add_Message(
266: P_App_Short_Name => 'PA',
267: P_Msg_Name => 'PA_RBS_HAS_RULES');

Line 307: 'the Pa_Rbs_Header_Pvt.Update_Header() procedure.';

303: If l_Check Is Null Or l_Check = 0 Then
304:
305:
306: Pa_Debug.G_Stage := 'No frozen version record was found. Update the header information by calling ' ||
307: 'the Pa_Rbs_Header_Pvt.Update_Header() procedure.';
308:
309: --When user checks use_for_alloc_flag there is no need to check its usage in allocation rule.
310: --The RBS has no freezed version and hence cant be used in allocation rule.
311:

Line 312: Pa_Rbs_Header_Pvt.Update_Header(

308:
309: --When user checks use_for_alloc_flag there is no need to check its usage in allocation rule.
310: --The RBS has no freezed version and hence cant be used in allocation rule.
311:
312: Pa_Rbs_Header_Pvt.Update_Header(
313: P_RbsHeaderId => P_RbsHeaderId,
314: P_Name => P_Name,
315: P_Description => P_Description,
316: P_EffectiveFrom => P_EFfectiveFrom,

Line 323: Pa_Debug.G_Stage := 'Check if return status from call to Pa_Rbs_Header_Pvt.Update_Header() procedure is U.';

319: X_Return_Status => X_Return_Status,
320: X_Msg_Data => X_Msg_Data,
321: X_Msg_Count => X_Msg_Count);
322:
323: Pa_Debug.G_Stage := 'Check if return status from call to Pa_Rbs_Header_Pvt.Update_Header() procedure is U.';
324: If X_Return_Status = 'U' Then
325:
326: Pa_Debug.G_Stage := 'Call to Pa_Rbs_Header_Pvt.Update_Header() procedure returned Unexpected error. Raise.';
327: Raise l_UnExp_Error;

Line 326: Pa_Debug.G_Stage := 'Call to Pa_Rbs_Header_Pvt.Update_Header() procedure returned Unexpected error. Raise.';

322:
323: Pa_Debug.G_Stage := 'Check if return status from call to Pa_Rbs_Header_Pvt.Update_Header() procedure is U.';
324: If X_Return_Status = 'U' Then
325:
326: Pa_Debug.G_Stage := 'Call to Pa_Rbs_Header_Pvt.Update_Header() procedure returned Unexpected error. Raise.';
327: Raise l_UnExp_Error;
328:
329: End If;
330:

Line 335: 'the Rbs header by calling the Pa_Rbs_Header_Pvt.Update_Versions procedure.';

331: Pa_Debug.G_Stage := 'No frozen version record was found. Check if allow to update the version record in this module.';
332: If P_Process_Version = Fnd_Api.G_True Then
333:
334: Pa_Debug.G_Stage := 'No frozen version record was found. Update the working version record for ' ||
335: 'the Rbs header by calling the Pa_Rbs_Header_Pvt.Update_Versions procedure.';
336: Pa_Rbs_Header_Pvt.Update_Versions(
337: P_RbsHeaderId => P_RbsHeaderId,
338: P_Name => P_Name,
339: P_EffectiveFrom => P_EffectiveFrom,

Line 336: Pa_Rbs_Header_Pvt.Update_Versions(

332: If P_Process_Version = Fnd_Api.G_True Then
333:
334: Pa_Debug.G_Stage := 'No frozen version record was found. Update the working version record for ' ||
335: 'the Rbs header by calling the Pa_Rbs_Header_Pvt.Update_Versions procedure.';
336: Pa_Rbs_Header_Pvt.Update_Versions(
337: P_RbsHeaderId => P_RbsHeaderId,
338: P_Name => P_Name,
339: P_EffectiveFrom => P_EffectiveFrom,
340: X_Return_Status => X_Return_Status,

Line 344: Pa_Debug.G_Stage := 'Check if return status from call to Pa_Rbs_Header_Pvt.Update_Versions() procedure is U.';

340: X_Return_Status => X_Return_Status,
341: X_Msg_Data => X_Msg_Data,
342: X_Msg_Count => X_Msg_Count);
343:
344: Pa_Debug.G_Stage := 'Check if return status from call to Pa_Rbs_Header_Pvt.Update_Versions() procedure is U.';
345: If X_Return_Status = 'U' Then
346:
347: Pa_Debug.G_Stage := 'Call to Pa_Rbs_Header_Pvt.Update_Versions() procedure returned ' ||
348: 'Unexpected error. Raise.';

Line 347: Pa_Debug.G_Stage := 'Call to Pa_Rbs_Header_Pvt.Update_Versions() procedure returned ' ||

343:
344: Pa_Debug.G_Stage := 'Check if return status from call to Pa_Rbs_Header_Pvt.Update_Versions() procedure is U.';
345: If X_Return_Status = 'U' Then
346:
347: Pa_Debug.G_Stage := 'Call to Pa_Rbs_Header_Pvt.Update_Versions() procedure returned ' ||
348: 'Unexpected error. Raise.';
349: Raise l_UnExp_Error;
350:
351: End If;

Line 448: Pa_Debug.G_Stage := 'Update the rbs header record - 2 by calling the Pa_Rbs_Header_Pvt.Update_Header() procedure.';

444:
445: End If;
446:
447: --Updates the header information for the Rbs
448: Pa_Debug.G_Stage := 'Update the rbs header record - 2 by calling the Pa_Rbs_Header_Pvt.Update_Header() procedure.';
449: Pa_Rbs_Header_Pvt.Update_Header(
450: p_rbsHeaderId,
451: p_name,
452: p_description,

Line 449: Pa_Rbs_Header_Pvt.Update_Header(

445: End If;
446:
447: --Updates the header information for the Rbs
448: Pa_Debug.G_Stage := 'Update the rbs header record - 2 by calling the Pa_Rbs_Header_Pvt.Update_Header() procedure.';
449: Pa_Rbs_Header_Pvt.Update_Header(
450: p_rbsHeaderId,
451: p_name,
452: p_description,
453: p_effectiveFrom,

Line 460: Pa_Debug.G_Stage := 'Check if return status from call to Pa_Rbs_Header_Pvt.Update_Header() procedure is U.';

456: x_return_status,
457: x_msg_data,
458: x_msg_count);
459:
460: Pa_Debug.G_Stage := 'Check if return status from call to Pa_Rbs_Header_Pvt.Update_Header() procedure is U.';
461: If X_Return_Status = 'U' Then
462:
463: Pa_Debug.G_Stage := 'Call to Pa_Rbs_Header_Pvt.Update_Header() procedure returned Unexpected error. Raise.';
464: Raise l_UnExp_Error;

Line 463: Pa_Debug.G_Stage := 'Call to Pa_Rbs_Header_Pvt.Update_Header() procedure returned Unexpected error. Raise.';

459:
460: Pa_Debug.G_Stage := 'Check if return status from call to Pa_Rbs_Header_Pvt.Update_Header() procedure is U.';
461: If X_Return_Status = 'U' Then
462:
463: Pa_Debug.G_Stage := 'Call to Pa_Rbs_Header_Pvt.Update_Header() procedure returned Unexpected error. Raise.';
464: Raise l_UnExp_Error;
465:
466: End If;
467:

Line 697: Pa_Debug.G_Stage := 'Insert header record by calling the Pa_Rbs_Header_Pvt.Insert_Header() procedure.';

693:
694: End If;
695:
696: --Inserts into pa_rbs_header table.
697: Pa_Debug.G_Stage := 'Insert header record by calling the Pa_Rbs_Header_Pvt.Insert_Header() procedure.';
698: Pa_Rbs_Header_Pvt.Insert_Header(
699: P_Name => P_Name,
700: P_Description => P_Description,
701: P_EffectiveFrom => P_EffectiveFrom,

Line 698: Pa_Rbs_Header_Pvt.Insert_Header(

694: End If;
695:
696: --Inserts into pa_rbs_header table.
697: Pa_Debug.G_Stage := 'Insert header record by calling the Pa_Rbs_Header_Pvt.Insert_Header() procedure.';
698: Pa_Rbs_Header_Pvt.Insert_Header(
699: P_Name => P_Name,
700: P_Description => P_Description,
701: P_EffectiveFrom => P_EffectiveFrom,
702: P_EffectiveTo => P_EffectiveTo,

Line 711: Pa_Debug.G_Stage := 'Calling to Pa_Rbs_Header_Pvt.Insert_Header() procedure returned error. Raise.';

707: X_Msg_Count => X_Msg_Count);
708:
709: If X_Return_Status ='U' Then
710:
711: Pa_Debug.G_Stage := 'Calling to Pa_Rbs_Header_Pvt.Insert_Header() procedure returned error. Raise.';
712: Raise l_UnExp_Error;
713:
714: End If;
715:

Line 716: Pa_Debug.G_Stage := 'Insert the version record by calling the Pa_Rbs_Header_Pvt.Insert_Versions() procedure.';

712: Raise l_UnExp_Error;
713:
714: End If;
715:
716: Pa_Debug.G_Stage := 'Insert the version record by calling the Pa_Rbs_Header_Pvt.Insert_Versions() procedure.';
717: Pa_Rbs_Header_Pvt.Insert_Versions(
718: P_RbsHeaderId => X_Rbs_Header_Id,
719: P_Name => P_Name,
720: P_Description => P_Description,

Line 717: Pa_Rbs_Header_Pvt.Insert_Versions(

713:
714: End If;
715:
716: Pa_Debug.G_Stage := 'Insert the version record by calling the Pa_Rbs_Header_Pvt.Insert_Versions() procedure.';
717: Pa_Rbs_Header_Pvt.Insert_Versions(
718: P_RbsHeaderId => X_Rbs_Header_Id,
719: P_Name => P_Name,
720: P_Description => P_Description,
721: P_EffectiveFrom => P_EffectiveFrom,

Line 729: Pa_Debug.G_Stage := 'Calling to Pa_Rbs_Header_Pvt.Insert_Versions() procedure returned error. Raise.';

725: X_Msg_Count => X_Msg_Count );
726:
727: If X_Return_Status ='U' Then
728:
729: Pa_Debug.G_Stage := 'Calling to Pa_Rbs_Header_Pvt.Insert_Versions() procedure returned error. Raise.';
730: Raise l_UnExp_Error;
731:
732: End If;
733:

Line 734: Pa_Debug.G_Stage := 'Insert the root element node for the rbs by callling the Pa_Rbs_Header_Pvt.Insert_Structure_Element() procedure.';

730: Raise l_UnExp_Error;
731:
732: End If;
733:
734: Pa_Debug.G_Stage := 'Insert the root element node for the rbs by callling the Pa_Rbs_Header_Pvt.Insert_Structure_Element() procedure.';
735: Pa_Rbs_Header_Pvt.Insert_Structure_Element(
736: P_Rbs_Version_Id => X_Rbs_Version_Id,
737: X_Rbs_Element_Id => X_Rbs_Element_Id,
738: X_Return_Status => X_Return_Status,

Line 735: Pa_Rbs_Header_Pvt.Insert_Structure_Element(

731:
732: End If;
733:
734: Pa_Debug.G_Stage := 'Insert the root element node for the rbs by callling the Pa_Rbs_Header_Pvt.Insert_Structure_Element() procedure.';
735: Pa_Rbs_Header_Pvt.Insert_Structure_Element(
736: P_Rbs_Version_Id => X_Rbs_Version_Id,
737: X_Rbs_Element_Id => X_Rbs_Element_Id,
738: X_Return_Status => X_Return_Status,
739: X_Error_Msg_Data => X_Msg_Data,

Line 744: Pa_Debug.G_Stage := 'Calling to Pa_Rbs_Header_Pvt.Insert_Structure_Element() procedure returned error. Raise.';

740: X_Msg_Count => X_Msg_Count);
741:
742: If X_Return_Status ='U' Then
743:
744: Pa_Debug.G_Stage := 'Calling to Pa_Rbs_Header_Pvt.Insert_Structure_Element() procedure returned error. Raise.';
745: Raise l_UnExp_Error;
746:
747: End If;
748: