DBA Data[Home] [Help]

APPS.PA_OTC_API dependencies on PA_SELF_SERVICE_DFLEX_PUB

Line 4777: l_arrDflex Pa_Self_Service_Dflex_Pub.Dflex_Array;

4773: -- Variables for dff validation
4774: l_recDFlexR Fnd_Dflex.Dflex_R;
4775: l_recDFlexDR Fnd_Dflex.Dflex_Dr;
4776: l_recContextsDR Fnd_Dflex.Contexts_Dr;
4777: l_arrDflex Pa_Self_Service_Dflex_Pub.Dflex_Array;
4778: l_strContext Varchar2(30); -- Changed length from 20 to 30. Bug 4036480
4779: l_strReferenceField Varchar2(200);
4780: l_bresult Boolean;
4781:

Line 4861: G_Stage := 'Call procedure Pa_Self_Service_Dflex_Pub.InitDFlex().';

4857:
4858: End If;
4859:
4860: -- Initializing dff validation procedures
4861: G_Stage := 'Call procedure Pa_Self_Service_Dflex_Pub.InitDFlex().';
4862: Pa_Self_Service_Dflex_Pub.InitDFlex(
4863: P_StrProductName => 'PA',
4864: P_StrDFlexName => 'PA_EXPENDITURE_ITEMS_DESC_FLEX',
4865: P_sErrorStack => l_Error_Stack,

Line 4862: Pa_Self_Service_Dflex_Pub.InitDFlex(

4858: End If;
4859:
4860: -- Initializing dff validation procedures
4861: G_Stage := 'Call procedure Pa_Self_Service_Dflex_Pub.InitDFlex().';
4862: Pa_Self_Service_Dflex_Pub.InitDFlex(
4863: P_StrProductName => 'PA',
4864: P_StrDFlexName => 'PA_EXPENDITURE_ITEMS_DESC_FLEX',
4865: P_sErrorStack => l_Error_Stack,
4866: X_RecDFlexR => l_RecDFlexR,

Line 4887: G_Stage := 'Call Pa_Self_Service_Dflex_Pub.IsDFlexUsed().';

4883: -- Call IsDFlexUsed to determine whether any desc flex segments
4884: -- are defined. If no, then it is not necessary to perform DFF
4885: -- validation.
4886:
4887: G_Stage := 'Call Pa_Self_Service_Dflex_Pub.IsDFlexUsed().';
4888: Pa_Self_Service_Dflex_Pub.IsDFlexUsed(
4889: P_RecDFlexR => l_RecDFlexR,
4890: P_RecContextsDR => l_RecContextsDR,
4891: P_sErrorStack => l_Error_Stack,

Line 4888: Pa_Self_Service_Dflex_Pub.IsDFlexUsed(

4884: -- are defined. If no, then it is not necessary to perform DFF
4885: -- validation.
4886:
4887: G_Stage := 'Call Pa_Self_Service_Dflex_Pub.IsDFlexUsed().';
4888: Pa_Self_Service_Dflex_Pub.IsDFlexUsed(
4889: P_RecDFlexR => l_RecDFlexR,
4890: P_RecContextsDR => l_RecContextsDR,
4891: P_sErrorStack => l_Error_Stack,
4892: X_bResult => l_bResult,

Line 4909: G_Stage := 'Call Pa_Self_Service_Dflex_Pub.GetDFlexReferenceField().';

4905:
4906: --Call GetDFlexReferenceField to determine the Reference field for the DFF, either
4907: --system_linkage_function or expenditure_type in this case.
4908:
4909: G_Stage := 'Call Pa_Self_Service_Dflex_Pub.GetDFlexReferenceField().';
4910: Pa_Self_Service_DFlex_Pub.GetDFlexReferenceField(
4911: P_RecDFlexDR => l_RecDFlexDR,
4912: P_sErrorStack => l_Error_Stack,
4913: X_StrReferenceField => l_strReferenceField,

Line 4910: Pa_Self_Service_DFlex_Pub.GetDFlexReferenceField(

4906: --Call GetDFlexReferenceField to determine the Reference field for the DFF, either
4907: --system_linkage_function or expenditure_type in this case.
4908:
4909: G_Stage := 'Call Pa_Self_Service_Dflex_Pub.GetDFlexReferenceField().';
4910: Pa_Self_Service_DFlex_Pub.GetDFlexReferenceField(
4911: P_RecDFlexDR => l_RecDFlexDR,
4912: P_sErrorStack => l_Error_Stack,
4913: X_StrReferenceField => l_strReferenceField,
4914: X_sErrorType => l_Error_Type,

Line 5573: G_Stage := 'Call Pa_Self_Service_Dflex_Pub.ValidateDFlex().';

5569: l_ArrDflex(8) := l_Proj_Attrib_Rec.Attribute8;
5570: l_ArrDFlex(9) := l_Proj_Attrib_Rec.Attribute9;
5571: l_ArrDFlex(10) := l_Proj_Attrib_Rec.Attribute10;
5572:
5573: G_Stage := 'Call Pa_Self_Service_Dflex_Pub.ValidateDFlex().';
5574: Pa_Self_Service_Dflex_Pub.ValidateDFlex(
5575: P_StrProductName => 'PA',
5576: P_StrDFlexName => 'PA_EXPENDITURE_ITEMS_DESC_FLEX',
5577: P_RecContextsDR => l_RecContextsDR,

Line 5574: Pa_Self_Service_Dflex_Pub.ValidateDFlex(

5570: l_ArrDFlex(9) := l_Proj_Attrib_Rec.Attribute9;
5571: l_ArrDFlex(10) := l_Proj_Attrib_Rec.Attribute10;
5572:
5573: G_Stage := 'Call Pa_Self_Service_Dflex_Pub.ValidateDFlex().';
5574: Pa_Self_Service_Dflex_Pub.ValidateDFlex(
5575: P_StrProductName => 'PA',
5576: P_StrDFlexName => 'PA_EXPENDITURE_ITEMS_DESC_FLEX',
5577: P_RecContextsDR => l_RecContextsDR,
5578: P_StrContextName => l_StrContext,