DBA Data[Home] [Help]

APPS.OKC_REPORT_PVT dependencies on STANDARD

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

263: -- PROCEDURE/Function
264: -- get_art_help
265: --
266: -- PURPOSE
267: -- returns help text for standard atricles designer
268: -- similar to previous method based on view okc_report_xsl_v
269: --
270: function get_art_help(
271: p_xsl_id number -- if null derive from OKC_WEB_REPORT prof.

Line 388: -- standard parameters

384: -- returns datagram from cache if it is still valid,
385: -- or updates/inserts clob to put there result on XSQL transformation
386: --
387: procedure get_xml(
388: -- standard parameters
389: p_api_version in NUMBER ,
390: p_init_msg_list in VARCHAR2 ,
391: x_return_status out NOCOPY VARCHAR2,
392: x_msg_count out NOCOPY NUMBER,

Line 585: -- standard parameters

581: -- returns datagram from cache if it is still valid,
582: -- or updates/inserts clob to put there result on XSL Transformation
583: --
584: procedure get_htm(
585: -- standard parameters
586: p_api_version in NUMBER ,
587: p_init_msg_list in VARCHAR2 ,
588: x_return_status out NOCOPY VARCHAR2,
589: x_msg_count out NOCOPY NUMBER,

Line 1127: -- standard parameters

1123: -- signature of the procedure defined in profile option
1124: -- should be the same as the sample OKC_REPORT_PVT.prerun
1125: --
1126: procedure exec_OKC_WEB_PRERUN(
1127: -- standard parameters
1128: p_api_version in NUMBER ,
1129: p_init_msg_list in VARCHAR2 ,
1130: x_return_status out NOCOPY VARCHAR2,
1131: x_msg_count out NOCOPY NUMBER,

Line 1205: -- standard parameters

1201: -- signature of the procedure defined in profile option
1202: -- should be the same as the sample OKC_REPORT_PVT.noop
1203: --
1204: procedure exec_OKC_WEB_LOG_RUN(
1205: -- standard parameters
1206: p_api_version in NUMBER ,
1207: p_init_msg_list in VARCHAR2 ,
1208: x_return_status out NOCOPY VARCHAR2,
1209: x_msg_count out NOCOPY NUMBER,

Line 1278: -- standard parameters

1274: -- fnd_utilities.open_url(okc_report_pvt.report_url(:p_chr_id));
1275: -- takes care this url not reusable
1276: --
1277: procedure get_contract_url(
1278: -- standard parameters
1279: p_api_version in NUMBER ,
1280: p_init_msg_list in VARCHAR2 ,
1281: x_return_status out NOCOPY VARCHAR2,
1282: x_msg_count out NOCOPY NUMBER,

Line 1358: -- standard parameters

1354: -- returns 'E' if request is obsolete;
1355: -- if not returns 'S';
1356: --
1357: procedure check_access(
1358: -- standard parameters
1359: p_api_version in NUMBER ,
1360: p_init_msg_list in VARCHAR2 ,
1361: x_return_status out NOCOPY VARCHAR2,
1362: x_msg_count out NOCOPY NUMBER,

Line 1560: -- standard parameters

1556: --
1557: -- what is important - signature
1558: --
1559: procedure noop(
1560: -- standard parameters
1561: p_api_version in NUMBER ,
1562: p_init_msg_list in VARCHAR2 ,
1563: x_return_status out NOCOPY VARCHAR2,
1564: x_msg_count out NOCOPY NUMBER,

Line 1616: -- standard parameters

1612: --
1613: -- included for use within Authoring Form only for PM demo
1614: --
1615: procedure articles_warning(
1616: -- standard parameters
1617: p_api_version in NUMBER ,
1618: p_init_msg_list in VARCHAR2 ,
1619: x_return_status out NOCOPY VARCHAR2,
1620: x_msg_count out NOCOPY NUMBER,

Line 1670: -- standard parameters

1666: --
1667: -- what is import - signature
1668: --
1669: procedure prerun(
1670: -- standard parameters
1671: p_api_version in NUMBER ,
1672: p_init_msg_list in VARCHAR2 ,
1673: x_return_status out NOCOPY VARCHAR2,
1674: x_msg_count out NOCOPY NUMBER,