DBA Data[Home] [Help]

APPS.BIS_PMV_UTIL dependencies on BIS_REPORT_UTIL_PVT

Line 219: l_Report_Title := BIS_REPORT_UTIL_PVT.get_report_title(pFunctionName)||getAppendTitle(pRegionCode);

215: IS
216: l_report_Title VARCHAR2(32000);
217: l_report_currency VARCHAR2(32000);
218: BEGIN
219: l_Report_Title := BIS_REPORT_UTIL_PVT.get_report_title(pFunctionName)||getAppendTitle(pRegionCode);
220: l_report_currency := BIS_REPORT_UTIL_PVT.get_report_currency;
221: xBrowserTitle := l_Report_Title;
222: --replaced showTitleDateCurrency with showTitleWithoutDateCurrency gsanap 6/19/02
223: BIS_REPORT_UTIL_PVT.showTitleWithoutDateCurrency(l_report_title, l_report_currency, xTitleString);

Line 220: l_report_currency := BIS_REPORT_UTIL_PVT.get_report_currency;

216: l_report_Title VARCHAR2(32000);
217: l_report_currency VARCHAR2(32000);
218: BEGIN
219: l_Report_Title := BIS_REPORT_UTIL_PVT.get_report_title(pFunctionName)||getAppendTitle(pRegionCode);
220: l_report_currency := BIS_REPORT_UTIL_PVT.get_report_currency;
221: xBrowserTitle := l_Report_Title;
222: --replaced showTitleDateCurrency with showTitleWithoutDateCurrency gsanap 6/19/02
223: BIS_REPORT_UTIL_PVT.showTitleWithoutDateCurrency(l_report_title, l_report_currency, xTitleString);
224: --BIS_REPORT_UTIL_PVT.showTitleDateCurrency(l_report_title, l_report_currency, xTitleString);

Line 223: BIS_REPORT_UTIL_PVT.showTitleWithoutDateCurrency(l_report_title, l_report_currency, xTitleString);

219: l_Report_Title := BIS_REPORT_UTIL_PVT.get_report_title(pFunctionName)||getAppendTitle(pRegionCode);
220: l_report_currency := BIS_REPORT_UTIL_PVT.get_report_currency;
221: xBrowserTitle := l_Report_Title;
222: --replaced showTitleDateCurrency with showTitleWithoutDateCurrency gsanap 6/19/02
223: BIS_REPORT_UTIL_PVT.showTitleWithoutDateCurrency(l_report_title, l_report_currency, xTitleString);
224: --BIS_REPORT_UTIL_PVT.showTitleDateCurrency(l_report_title, l_report_currency, xTitleString);
225: END getReportTitle;
226:
227: FUNCTION getHierarchyElementId(pElementShortName in varchar2,

Line 224: --BIS_REPORT_UTIL_PVT.showTitleDateCurrency(l_report_title, l_report_currency, xTitleString);

220: l_report_currency := BIS_REPORT_UTIL_PVT.get_report_currency;
221: xBrowserTitle := l_Report_Title;
222: --replaced showTitleDateCurrency with showTitleWithoutDateCurrency gsanap 6/19/02
223: BIS_REPORT_UTIL_PVT.showTitleWithoutDateCurrency(l_report_title, l_report_currency, xTitleString);
224: --BIS_REPORT_UTIL_PVT.showTitleDateCurrency(l_report_title, l_report_currency, xTitleString);
225: END getReportTitle;
226:
227: FUNCTION getHierarchyElementId(pElementShortName in varchar2,
228: pDimensionShortName in varchar2) return varchar2