DBA Data[Home] [Help]

APPS.PA_OTC_API dependencies on PA_UTILS3

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

9996: Pa_Debug.G_err_Stage := 'Pa_Otc_Api ::: ' || G_Path || ' :: ' || G_Stage;
9997: pa_cc_utils.log_message('GetAdditionalTrxData: ' || Pa_Debug.G_Err_Stage,0);
9998: End If;
9999:
10000: Pa_Utils3.GetCachedOrgId( P_Inc_By_Per_Id => P_Person_Id,
10001: P_Exp_Item_Date => P_EI_Date,
10002: X_Inc_By_Org_Id => X_Org_Id);
10003:
10004: G_Stage := 'Incurred by Organization Id is ' || to_char(X_Org_Id) ;