DBA Data[Home] [Help]

APPS.ICX_UTIL dependencies on STANDARD

Line 4: -- The following is used as storage unit for creating the standard error page

1: package body icx_util as
2: /* $Header: ICXUTILB.pls 120.0 2005/10/07 12:21:06 gjimenez noship $ */
3:
4: -- The following is used as storage unit for creating the standard error page
5: -- for all of web apps. It uses a PL/SQL table to store all the error columns.
6: -- It then wil return a formated error page to the user.
7: -- The TYPE definition for the PL/SQL table
8: TYPE char2000table IS TABLE OF VARCHAR2(2000)

Line 1096: htp.p(' ');

1092: -- bug 1235659
1093: -- htp.p('');
1094: htp.p(''); --add
1095: htp.p('');
1096: htp.p(' ');
1097: htp.p('');
1098:
1099: if num_attributes > 1 then
1100:

Line 1107: htp.p(' ');

1103: -- bug 1235659
1104: -- htp.p('');
1105: htp.p('');
1106: htp.p('');
1107: htp.p(' ');
1108: htp.p('');
1109:
1110: end if;
1111:

Line 1700: -- more than the standard query size and also display

1696: j := j + 1;
1697:
1698: -- If this is the first iteration of the loop then
1699: -- display next/previous set buttons if list of values returns
1700: -- more than the standard query size and also display
1701: -- the table header
1702: if j = 1 then
1703: lovrecordbuttons (
1704: P_LANGUAGE_CODE => c_language,