DBA Data[Home] [Help]

APPS.PA_TIEBACK_ADJ_COSTS dependencies on PA_UTILS2

Line 291: Pa_Utils2.Get_Gl_Period_Name(Dist.Accounting_Date,Dist.Org_Id),

287: Dist.Distribution_Line_Number,Cdl.System_Reference3),
288: Decode(l_InvStatusTab(i),'PROCESSED',
289: Dist.Accounting_Date,Cdl.Gl_Date),
290: Decode(l_InvStatusTab(i),'PROCESSED',
291: Pa_Utils2.Get_Gl_Period_Name(Dist.Accounting_Date,Dist.Org_Id),
292: Cdl.Gl_Period_Name)
293: From Ap_Invoice_Distributions Dist
294: Where Dist.Reference_2 = To_Char(Cdl.Expenditure_Item_Id) || '-' ||
295: to_char(Cdl.Line_Num)