DBA Data[Home] [Help]

APPS.PA_PROGRESS_REPORT_UTILS dependencies on PA_BILLING_CYCLES_PKG

Line 62: l_Report_End_Date := PA_Billing_Cycles_Pkg.Get_Billing_Date(Object_Id

58:
59: IF l_Last_Report_End_Date IS NULL THEN
60: if p_report_effective_from is not null then
61: l_Report_Start_Date := p_report_effective_from;
62: l_Report_End_Date := PA_Billing_Cycles_Pkg.Get_Billing_Date(Object_Id
63: ,l_Report_Start_Date
64: ,p_Reporting_Cycle_Id
65: ,sysdate
66: ,l_Last_Report_End_Date);

Line 75: l_Report_End_Date := PA_Billing_Cycles_Pkg.Get_Billing_Date(Object_Id

71:
72: END IF;
73: ELSE
74: l_Report_Start_Date := l_Last_Report_End_Date +1;
75: l_Report_End_Date := PA_Billing_Cycles_Pkg.Get_Billing_Date(Object_Id
76: ,l_Report_Start_Date
77: ,p_Reporting_Cycle_Id
78: ,sysdate
79: ,l_Last_Report_End_Date);