DBA Data[Home] [Help]

APPS.ADI_DISPLAY_REPORT dependencies on OWA_UTIL

Line 16: -- Now using package owa_util.choose_date, rather than --

12: -- DATE DEVELOPER COMMENTS --
13: -- CCLYDE Initial Creation --
14: -- 08 AUG 99 CCLYDE Modified DisplayApprovalForm procedure so that --
15: -- the user must enter a date in the correct format. --
16: -- Now using package owa_util.choose_date, rather than --
17: -- free text string. The form looks a little funny, --
18: -- but this is necessary because of the date --
19: -- validation. It looks even more wierd because the --
20: -- time is also included in the Approval form. --

Line 74: -- 14-SEP-99 BHOOKER Fixed call to owa_util.choose_date to pass the --

70: -- secured document. --
71: -- 14-SEP-99 BHOOKER Change format masks to correctly display future --
72: -- availability date/time for reports. --
73: -- (DisplayPreviewAccess) --
74: -- 14-SEP-99 BHOOKER Fixed call to owa_util.choose_date to pass the --
75: -- availability date so that the previewer can see --
76: -- when this report will be made available --
77: -- (DisplayApprovalForm) --
78: -- 14-SEP-99 BHOOKER Enhanced Hour and Minute Select Lists to display --

Line 471: owa_util.redirect_url( v_serverAddress || 'oracle.apps.bne.webui.BneApplicationService?bne:page=RMDocuments&event=none&frm:filename=' || p_ReportTitle || '&frm:security=' || p_security );

467: --
468: -- Redirect to the RM8.
469: --
470: v_serverAddress := getServerAddress;
471: owa_util.redirect_url( v_serverAddress || 'oracle.apps.bne.webui.BneApplicationService?bne:page=RMDocuments&event=none&frm:filename=' || p_ReportTitle || '&frm:security=' || p_security );
472: END Show;
473:
474: END ADI_display_report;