DBA Data[Home] [Help]

APPS.PA_OTC_API dependencies on PA_UTILS3

Line 9085: Pa_Utils3.GetCachedOrgId( P_Inc_By_Per_Id => P_Person_Id,

9081: Pa_Debug.G_err_Stage := 'Pa_Otc_Api ::: ' || G_Path || ' :: ' || G_Stage;
9082: pa_cc_utils.log_message('GetAdditionalTrxData: ' || Pa_Debug.G_Err_Stage,0);
9083: End If;
9084:
9085: Pa_Utils3.GetCachedOrgId( P_Inc_By_Per_Id => P_Person_Id,
9086: P_Exp_Item_Date => P_EI_Date,
9087: X_Inc_By_Org_Id => X_Org_Id);
9088:
9089: G_Stage := 'Incurred by Organization Id is ' || to_char(X_Org_Id) ;