DBA Data[Home] [Help]

APPS.PA_RBS_HEADER_PUB dependencies on PA_RBS_HEADER_PVT

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

273:
274:
275: IF(l_use_for_alloc_flag='N' and p_use_for_alloc_flag='Y') Then
276:
277: IF PA_RBS_HEADER_PVT.Validate_Rbs_For_Allocations(p_rbs_id=> P_RbsHeaderId)='Y'
278: THEN
279: Pa_Utils.Add_Message(
280: P_App_Short_Name => 'PA',
281: P_Msg_Name => 'PA_RBS_HAS_RULES');

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

317: If l_Check Is Null Or l_Check = 0 Then
318:
319:
320: Pa_Debug.G_Stage := 'No frozen version record was found. Update the header information by calling ' ||
321: 'the Pa_Rbs_Header_Pvt.Update_Header() procedure.';
322:
323: --When user checks use_for_alloc_flag there is no need to check its usage in allocation rule.
324: --The RBS has no freezed version and hence cant be used in allocation rule.
325:

Line 326: Pa_Rbs_Header_Pvt.Update_Header(

322:
323: --When user checks use_for_alloc_flag there is no need to check its usage in allocation rule.
324: --The RBS has no freezed version and hence cant be used in allocation rule.
325:
326: Pa_Rbs_Header_Pvt.Update_Header(
327: P_RbsHeaderId => P_RbsHeaderId,
328: P_Name => P_Name,
329: P_Description => P_Description,
330: P_EffectiveFrom => P_EFfectiveFrom,

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

334: X_Return_Status => X_Return_Status,
335: X_Msg_Data => X_Msg_Data,
336: X_Msg_Count => X_Msg_Count);
337:
338: Pa_Debug.G_Stage := 'Check if return status from call to Pa_Rbs_Header_Pvt.Update_Header() procedure is U.';
339: If X_Return_Status = 'U' Then
340:
341: Pa_Debug.G_Stage := 'Call to Pa_Rbs_Header_Pvt.Update_Header() procedure returned Unexpected error. Raise.';
342: Raise l_UnExp_Error;

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

337:
338: Pa_Debug.G_Stage := 'Check if return status from call to Pa_Rbs_Header_Pvt.Update_Header() procedure is U.';
339: If X_Return_Status = 'U' Then
340:
341: Pa_Debug.G_Stage := 'Call to Pa_Rbs_Header_Pvt.Update_Header() procedure returned Unexpected error. Raise.';
342: Raise l_UnExp_Error;
343:
344: End If;
345:

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

346: Pa_Debug.G_Stage := 'No frozen version record was found. Check if allow to update the version record in this module.';
347: If P_Process_Version = Fnd_Api.G_True Then
348:
349: Pa_Debug.G_Stage := 'No frozen version record was found. Update the working version record for ' ||
350: 'the Rbs header by calling the Pa_Rbs_Header_Pvt.Update_Versions procedure.';
351: Pa_Rbs_Header_Pvt.Update_Versions(
352: P_RbsHeaderId => P_RbsHeaderId,
353: P_Name => P_Name,
354: P_EffectiveFrom => P_EffectiveFrom,

Line 351: Pa_Rbs_Header_Pvt.Update_Versions(

347: If P_Process_Version = Fnd_Api.G_True Then
348:
349: Pa_Debug.G_Stage := 'No frozen version record was found. Update the working version record for ' ||
350: 'the Rbs header by calling the Pa_Rbs_Header_Pvt.Update_Versions procedure.';
351: Pa_Rbs_Header_Pvt.Update_Versions(
352: P_RbsHeaderId => P_RbsHeaderId,
353: P_Name => P_Name,
354: P_EffectiveFrom => P_EffectiveFrom,
355: X_Return_Status => X_Return_Status,

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

355: X_Return_Status => X_Return_Status,
356: X_Msg_Data => X_Msg_Data,
357: X_Msg_Count => X_Msg_Count);
358:
359: Pa_Debug.G_Stage := 'Check if return status from call to Pa_Rbs_Header_Pvt.Update_Versions() procedure is U.';
360: If X_Return_Status = 'U' Then
361:
362: Pa_Debug.G_Stage := 'Call to Pa_Rbs_Header_Pvt.Update_Versions() procedure returned ' ||
363: 'Unexpected error. Raise.';

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

358:
359: Pa_Debug.G_Stage := 'Check if return status from call to Pa_Rbs_Header_Pvt.Update_Versions() procedure is U.';
360: If X_Return_Status = 'U' Then
361:
362: Pa_Debug.G_Stage := 'Call to Pa_Rbs_Header_Pvt.Update_Versions() procedure returned ' ||
363: 'Unexpected error. Raise.';
364: Raise l_UnExp_Error;
365:
366: End If;

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

459:
460: End If;
461:
462: --Updates the header information for the Rbs
463: Pa_Debug.G_Stage := 'Update the rbs header record - 2 by calling the Pa_Rbs_Header_Pvt.Update_Header() procedure.';
464: Pa_Rbs_Header_Pvt.Update_Header(
465: p_rbsHeaderId,
466: p_name,
467: p_description,

Line 464: Pa_Rbs_Header_Pvt.Update_Header(

460: End If;
461:
462: --Updates the header information for the Rbs
463: Pa_Debug.G_Stage := 'Update the rbs header record - 2 by calling the Pa_Rbs_Header_Pvt.Update_Header() procedure.';
464: Pa_Rbs_Header_Pvt.Update_Header(
465: p_rbsHeaderId,
466: p_name,
467: p_description,
468: p_effectiveFrom,

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

472: x_return_status,
473: x_msg_data,
474: x_msg_count);
475:
476: Pa_Debug.G_Stage := 'Check if return status from call to Pa_Rbs_Header_Pvt.Update_Header() procedure is U.';
477: If X_Return_Status = 'U' Then
478:
479: Pa_Debug.G_Stage := 'Call to Pa_Rbs_Header_Pvt.Update_Header() procedure returned Unexpected error. Raise.';
480: Raise l_UnExp_Error;

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

475:
476: Pa_Debug.G_Stage := 'Check if return status from call to Pa_Rbs_Header_Pvt.Update_Header() procedure is U.';
477: If X_Return_Status = 'U' Then
478:
479: Pa_Debug.G_Stage := 'Call to Pa_Rbs_Header_Pvt.Update_Header() procedure returned Unexpected error. Raise.';
480: Raise l_UnExp_Error;
481:
482: End If;
483:

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

724:
725: End If;
726:
727: --Inserts into pa_rbs_header table.
728: Pa_Debug.G_Stage := 'Insert header record by calling the Pa_Rbs_Header_Pvt.Insert_Header() procedure.';
729: Pa_Rbs_Header_Pvt.Insert_Header(
730: P_Name => P_Name,
731: P_Description => P_Description,
732: P_EffectiveFrom => P_EffectiveFrom,

Line 729: Pa_Rbs_Header_Pvt.Insert_Header(

725: End If;
726:
727: --Inserts into pa_rbs_header table.
728: Pa_Debug.G_Stage := 'Insert header record by calling the Pa_Rbs_Header_Pvt.Insert_Header() procedure.';
729: Pa_Rbs_Header_Pvt.Insert_Header(
730: P_Name => P_Name,
731: P_Description => P_Description,
732: P_EffectiveFrom => P_EffectiveFrom,
733: P_EffectiveTo => P_EffectiveTo,

Line 744: Pa_Debug.G_Stage := 'Calling to Pa_Rbs_Header_Pvt.Insert_Header() 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_Header() procedure returned error. Raise.';
745: Raise l_UnExp_Error;
746:
747: End If;
748:

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

752: where
753: Rbs_Header_Id = X_Rbs_Header_Id;
754: End If;
755:
756: Pa_Debug.G_Stage := 'Insert the version record by calling the Pa_Rbs_Header_Pvt.Insert_Versions() procedure.';
757: Pa_Rbs_Header_Pvt.Insert_Versions(
758: P_RbsHeaderId => X_Rbs_Header_Id,
759: P_Name => P_Name,
760: P_Description => P_Description,

Line 757: Pa_Rbs_Header_Pvt.Insert_Versions(

753: Rbs_Header_Id = X_Rbs_Header_Id;
754: End If;
755:
756: Pa_Debug.G_Stage := 'Insert the version record by calling the Pa_Rbs_Header_Pvt.Insert_Versions() procedure.';
757: Pa_Rbs_Header_Pvt.Insert_Versions(
758: P_RbsHeaderId => X_Rbs_Header_Id,
759: P_Name => P_Name,
760: P_Description => P_Description,
761: P_EffectiveFrom => P_EffectiveFrom,

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

765: X_Msg_Count => X_Msg_Count );
766:
767: If X_Return_Status ='U' Then
768:
769: Pa_Debug.G_Stage := 'Calling to Pa_Rbs_Header_Pvt.Insert_Versions() procedure returned error. Raise.';
770: Raise l_UnExp_Error;
771:
772: End If;
773:

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

770: Raise l_UnExp_Error;
771:
772: End If;
773:
774: Pa_Debug.G_Stage := 'Insert the root element node for the rbs by callling the Pa_Rbs_Header_Pvt.Insert_Structure_Element() procedure.';
775: Pa_Rbs_Header_Pvt.Insert_Structure_Element(
776: P_Rbs_Version_Id => X_Rbs_Version_Id,
777: X_Rbs_Element_Id => X_Rbs_Element_Id,
778: X_Return_Status => X_Return_Status,

Line 775: Pa_Rbs_Header_Pvt.Insert_Structure_Element(

771:
772: End If;
773:
774: Pa_Debug.G_Stage := 'Insert the root element node for the rbs by callling the Pa_Rbs_Header_Pvt.Insert_Structure_Element() procedure.';
775: Pa_Rbs_Header_Pvt.Insert_Structure_Element(
776: P_Rbs_Version_Id => X_Rbs_Version_Id,
777: X_Rbs_Element_Id => X_Rbs_Element_Id,
778: X_Return_Status => X_Return_Status,
779: X_Error_Msg_Data => X_Msg_Data,

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

780: X_Msg_Count => X_Msg_Count);
781:
782: If X_Return_Status ='U' Then
783:
784: Pa_Debug.G_Stage := 'Calling to Pa_Rbs_Header_Pvt.Insert_Structure_Element() procedure returned error. Raise.';
785: Raise l_UnExp_Error;
786:
787: End If;
788: