DBA Data[Home] [Help]

APPS.ADI_DISPLAY_REPORT dependencies on STANDARD

Line 134: -- fnd_global.local_chr as per adchkdrv standards --

130: -- actual report itself. Moved DisplayFile out from --
131: -- under DisplayHTMLFile so that I could declare it --
132: -- publicly within the package spec. (Task: 4192) --
133: -- 19-MAY-00 DJANCIS Removed calls to chr and replaced with --
134: -- fnd_global.local_chr as per adchkdrv standards --
135: -- 29-JUN-00 GSANAP Modified debug stmts. to include package names --
136: -- Task 4425 --
137: -- 07-DEC-00 CCLYDE Help Tag is now rptmgr1007762. --
138: -- (Build_ExpandedValue_Parameter, DisplayBannerFrame) --

Line 171: -- standards

167: c_HTML_MimeType CONSTANT VARCHAR2(10) DEFAULT 'text/html';
168: c_OnHold CONSTANT VARCHAR2(7) DEFAULT 'ON_HOLD';
169:
170: -- Removed call to chr and replaced with fnd_global.local_chr as per adchkdrv
171: -- standards
172: -- c_NewLine CONSTANT VARCHAR2(2) DEFAULT convert(
173: -- fnd_global.local_chr(10),
174: -- substr(userenv('LANGUAGE'),
175: -- instr(userenv('LANGUAGE'),

Line 249: -- (this follows the Apps standards). --

245: -- --
246: -- DESCRIPTION: Retrieves the static, point in time report from the database and --
247: -- displays it through a browser. When ADI (Request Center) publishes --
248: -- to the database, the file is uploaded into FND_DOCUMENTS_LONG_TEXT --
249: -- (this follows the Apps standards). --
250: -- --
251: -- PARAMETERS: ReportTitle Unique identifier for this report --
252: -- TimeFrame TimeFrame selected by the user. This is only --
253: -- relevant if the report is a periodic report. --

Line 434: -- Display Banner Display BIS standard banner Y/N --

430: -- ONLY. --
431: -- --
432: -- PARAMETERS: Report Title Report identifier --
433: -- Security Identifies the security model to use --
434: -- Display Banner Display BIS standard banner Y/N --
435: -- --
436: -- MODIFICATIONS --
437: -- DATE DEVELOPER COMMENTS --
438: -- 16-MAY-99 CCLYDE Initial creation --