DBA Data[Home] [Help]

APPS.BIS_RG_SCHEDULES_PVT dependencies on BIS_REPORT_UTIL_PVT

Line 1166: vReportName := BIS_REPORT_UTIL_PVT.Get_Report_Title(pFunctionName);

1162: end if;
1163:
1164: -- mdamle 07/30/01 - Use the default only if Report Title is blank
1165: if pReportTitle is null or pReportTitle = '' then
1166: vReportName := BIS_REPORT_UTIL_PVT.Get_Report_Title(pFunctionName);
1167: else
1168: vReportName := pReportTitle;
1169: end if;
1170:

Line 1466: vReportName := BIS_REPORT_UTIL_PVT.Get_Report_Title(pFunctionName);

1462: end if;
1463:
1464: -- mdamle 07/30/01 - Use the default only if Report Title is blank
1465: if pReportTitle = '' or pReportTitle is null then
1466: vReportName := BIS_REPORT_UTIL_PVT.Get_Report_Title(pFunctionName);
1467: else
1468: vReportName := pReportTitle;
1469: end if;
1470: