DBA Data[Home] [Help]

APPS.OKC_REPORT_PVT dependencies on STANDARD

Line 73: -- returns help text for standard atricles designer

69:
70: --
71: -- get_art_help
72: --
73: -- returns help text for standard atricles designer
74: -- similar to previous method based on view okc_report_xsl_v
75: --
76: function get_art_help(
77: p_xsl_id number default NULL -- if null derive from OKC_WEB_REPORT prof.

Line 88: -- standard parameters

84: -- returns datagram from cache if it is still valid,
85: -- or updates/inserts clob to put there result on XSQL transformation
86: --
87: procedure get_xml(
88: -- standard parameters
89: p_api_version in NUMBER default 1,
90: p_init_msg_list in VARCHAR2 default OKC_API.G_TRUE,
91: x_return_status out nocopy VARCHAR2,
92: x_msg_count out nocopy NUMBER,

Line 114: -- standard parameters

110: -- returns datagram from cache if it is still valid,
111: -- or updates/inserts clob to put there result on XSL transformation
112: --
113: procedure get_htm(
114: -- standard parameters
115: p_api_version in NUMBER default 1,
116: p_init_msg_list in VARCHAR2 default OKC_API.G_TRUE,
117: x_return_status out nocopy VARCHAR2,
118: x_msg_count out nocopy NUMBER,

Line 216: -- standard parameters

212: -- fnd_utilities.open_url(okc_report_pvt.report_url(:p_chr_id));
213: -- takes care this url be for one shot
214: --
215: procedure get_contract_url(
216: -- standard parameters
217: p_api_version in NUMBER default 1,
218: p_init_msg_list in VARCHAR2 default OKC_API.G_TRUE,
219: x_return_status out nocopy VARCHAR2,
220: x_msg_count out nocopy NUMBER,

Line 238: -- standard parameters

234: -- if not then marks it as obsolete and returns 'S';
235: -- takes care get_contract_url.x_url be for one shot
236: --
237: procedure check_access(
238: -- standard parameters
239: p_api_version in NUMBER default 1,
240: p_init_msg_list in VARCHAR2 default OKC_API.G_TRUE,
241: x_return_status out nocopy VARCHAR2,
242: x_msg_count out nocopy NUMBER,

Line 288: -- standard parameters

284: -- signature of the procedure defined in profile option
285: -- should be the same as OKC_REPORT_PVT.prerun
286: --
287: procedure exec_OKC_WEB_PRERUN(
288: -- standard parameters
289: p_api_version in NUMBER default 1,
290: p_init_msg_list in VARCHAR2 default OKC_API.G_TRUE,
291: x_return_status out nocopy VARCHAR2,
292: x_msg_count out nocopy NUMBER,

Line 310: -- standard parameters

306: -- like sections should be defined for the contract
307: -- let/not let to run report
308: --
309: procedure prerun(
310: -- standard parameters
311: p_api_version in NUMBER default 1,
312: p_init_msg_list in VARCHAR2 default OKC_API.G_TRUE,
313: x_return_status out nocopy VARCHAR2,
314: x_msg_count out nocopy NUMBER,

Line 328: -- standard parameters

324: --
325: -- included for use with Authoring Form only
326: --
327: procedure articles_warning(
328: -- standard parameters
329: p_api_version in NUMBER default 1,
330: p_init_msg_list in VARCHAR2 default OKC_API.G_TRUE,
331: x_return_status out nocopy VARCHAR2,
332: x_msg_count out nocopy NUMBER,

Line 351: -- standard parameters

347: -- signature of the procedure defined in profile option
348: -- should be the same as OKC_REPORT_PVT.noop
349: --
350: procedure exec_OKC_WEB_LOG_RUN(
351: -- standard parameters
352: p_api_version in NUMBER default 1,
353: p_init_msg_list in VARCHAR2 default OKC_API.G_TRUE,
354: x_return_status out nocopy VARCHAR2,
355: x_msg_count out nocopy NUMBER,

Line 372: -- standard parameters

368: --
369: -- does nothing, returns 'S'
370: --
371: procedure noop(
372: -- standard parameters
373: p_api_version in NUMBER default 1,
374: p_init_msg_list in VARCHAR2 default OKC_API.G_TRUE,
375: x_return_status out nocopy VARCHAR2,
376: x_msg_count out nocopy NUMBER,