DBA Data[Home] [Help]

APPS.HR_ADE_UPGRADE dependencies on HR_ADE_UPGRADE

Line 1: PACKAGE BODY HR_ADE_UPGRADE AS

1: PACKAGE BODY HR_ADE_UPGRADE AS
2: /* $Header: peadeupg.pkb 120.0 2005/05/31 04:58:47 appldev noship $ */
3: --
4: ------------------------ get_to_seperator -------------------------------------
5: -- helper function for parse_ini_file procedure

Line 143: l_setting1 := HR_ADE_UPGRADE.get_to_seperator(l_inline,'=');

139: --parse for values
140: --settingN is the Nth comma seperated value in .ini file list
141: FND_FILE.PUT(FND_FILE.LOG, ' Processing Style ');
142: --get upto first '=' and discard processed part of string
143: l_setting1 := HR_ADE_UPGRADE.get_to_seperator(l_inline,'=');
144: l_inline := HR_ADE_UPGRADE.crop_to_seperator(l_inline, '=');
145: -- get style name and discard processed part of string
146: l_setting2 := HR_ADE_UPGRADE.get_to_seperator(l_inline,',');
147: FND_FILE.PUT(FND_FILE.LOG, l_setting2);

Line 144: l_inline := HR_ADE_UPGRADE.crop_to_seperator(l_inline, '=');

140: --settingN is the Nth comma seperated value in .ini file list
141: FND_FILE.PUT(FND_FILE.LOG, ' Processing Style ');
142: --get upto first '=' and discard processed part of string
143: l_setting1 := HR_ADE_UPGRADE.get_to_seperator(l_inline,'=');
144: l_inline := HR_ADE_UPGRADE.crop_to_seperator(l_inline, '=');
145: -- get style name and discard processed part of string
146: l_setting2 := HR_ADE_UPGRADE.get_to_seperator(l_inline,',');
147: FND_FILE.PUT(FND_FILE.LOG, l_setting2);
148: FND_FILE.NEW_LINE(FND_FILE.LOG);

Line 146: l_setting2 := HR_ADE_UPGRADE.get_to_seperator(l_inline,',');

142: --get upto first '=' and discard processed part of string
143: l_setting1 := HR_ADE_UPGRADE.get_to_seperator(l_inline,'=');
144: l_inline := HR_ADE_UPGRADE.crop_to_seperator(l_inline, '=');
145: -- get style name and discard processed part of string
146: l_setting2 := HR_ADE_UPGRADE.get_to_seperator(l_inline,',');
147: FND_FILE.PUT(FND_FILE.LOG, l_setting2);
148: FND_FILE.NEW_LINE(FND_FILE.LOG);
149: l_inline := HR_ADE_UPGRADE.crop_to_seperator(l_inline, ',');
150: -- get document name and discard processed part of string

Line 149: l_inline := HR_ADE_UPGRADE.crop_to_seperator(l_inline, ',');

145: -- get style name and discard processed part of string
146: l_setting2 := HR_ADE_UPGRADE.get_to_seperator(l_inline,',');
147: FND_FILE.PUT(FND_FILE.LOG, l_setting2);
148: FND_FILE.NEW_LINE(FND_FILE.LOG);
149: l_inline := HR_ADE_UPGRADE.crop_to_seperator(l_inline, ',');
150: -- get document name and discard processed part of string
151: l_setting3 := HR_ADE_UPGRADE.get_to_seperator(l_inline,',');
152: l_inline := HR_ADE_UPGRADE.crop_to_seperator(l_inline, ',');
153: -- get view name and discard processed part of string

Line 151: l_setting3 := HR_ADE_UPGRADE.get_to_seperator(l_inline,',');

147: FND_FILE.PUT(FND_FILE.LOG, l_setting2);
148: FND_FILE.NEW_LINE(FND_FILE.LOG);
149: l_inline := HR_ADE_UPGRADE.crop_to_seperator(l_inline, ',');
150: -- get document name and discard processed part of string
151: l_setting3 := HR_ADE_UPGRADE.get_to_seperator(l_inline,',');
152: l_inline := HR_ADE_UPGRADE.crop_to_seperator(l_inline, ',');
153: -- get view name and discard processed part of string
154: l_setting4 := HR_ADE_UPGRADE.get_to_seperator(l_inline,',');
155: l_inline := HR_ADE_UPGRADE.crop_to_seperator(l_inline, ',');

Line 152: l_inline := HR_ADE_UPGRADE.crop_to_seperator(l_inline, ',');

148: FND_FILE.NEW_LINE(FND_FILE.LOG);
149: l_inline := HR_ADE_UPGRADE.crop_to_seperator(l_inline, ',');
150: -- get document name and discard processed part of string
151: l_setting3 := HR_ADE_UPGRADE.get_to_seperator(l_inline,',');
152: l_inline := HR_ADE_UPGRADE.crop_to_seperator(l_inline, ',');
153: -- get view name and discard processed part of string
154: l_setting4 := HR_ADE_UPGRADE.get_to_seperator(l_inline,',');
155: l_inline := HR_ADE_UPGRADE.crop_to_seperator(l_inline, ',');
156: -- get single/multiple and discard processed part of string

Line 154: l_setting4 := HR_ADE_UPGRADE.get_to_seperator(l_inline,',');

150: -- get document name and discard processed part of string
151: l_setting3 := HR_ADE_UPGRADE.get_to_seperator(l_inline,',');
152: l_inline := HR_ADE_UPGRADE.crop_to_seperator(l_inline, ',');
153: -- get view name and discard processed part of string
154: l_setting4 := HR_ADE_UPGRADE.get_to_seperator(l_inline,',');
155: l_inline := HR_ADE_UPGRADE.crop_to_seperator(l_inline, ',');
156: -- get single/multiple and discard processed part of string
157: l_setting5 := HR_ADE_UPGRADE.get_to_seperator(l_inline,',');
158: l_inline := HR_ADE_UPGRADE.crop_to_seperator(l_inline, ',');

Line 155: l_inline := HR_ADE_UPGRADE.crop_to_seperator(l_inline, ',');

151: l_setting3 := HR_ADE_UPGRADE.get_to_seperator(l_inline,',');
152: l_inline := HR_ADE_UPGRADE.crop_to_seperator(l_inline, ',');
153: -- get view name and discard processed part of string
154: l_setting4 := HR_ADE_UPGRADE.get_to_seperator(l_inline,',');
155: l_inline := HR_ADE_UPGRADE.crop_to_seperator(l_inline, ',');
156: -- get single/multiple and discard processed part of string
157: l_setting5 := HR_ADE_UPGRADE.get_to_seperator(l_inline,',');
158: l_inline := HR_ADE_UPGRADE.crop_to_seperator(l_inline, ',');
159: -- get api name and discard processed part of string

Line 157: l_setting5 := HR_ADE_UPGRADE.get_to_seperator(l_inline,',');

153: -- get view name and discard processed part of string
154: l_setting4 := HR_ADE_UPGRADE.get_to_seperator(l_inline,',');
155: l_inline := HR_ADE_UPGRADE.crop_to_seperator(l_inline, ',');
156: -- get single/multiple and discard processed part of string
157: l_setting5 := HR_ADE_UPGRADE.get_to_seperator(l_inline,',');
158: l_inline := HR_ADE_UPGRADE.crop_to_seperator(l_inline, ',');
159: -- get api name and discard processed part of string
160: l_setting6 := HR_ADE_UPGRADE.get_to_seperator(l_inline,',');
161: l_inline := HR_ADE_UPGRADE.crop_to_seperator(l_inline, ',');

Line 158: l_inline := HR_ADE_UPGRADE.crop_to_seperator(l_inline, ',');

154: l_setting4 := HR_ADE_UPGRADE.get_to_seperator(l_inline,',');
155: l_inline := HR_ADE_UPGRADE.crop_to_seperator(l_inline, ',');
156: -- get single/multiple and discard processed part of string
157: l_setting5 := HR_ADE_UPGRADE.get_to_seperator(l_inline,',');
158: l_inline := HR_ADE_UPGRADE.crop_to_seperator(l_inline, ',');
159: -- get api name and discard processed part of string
160: l_setting6 := HR_ADE_UPGRADE.get_to_seperator(l_inline,',');
161: l_inline := HR_ADE_UPGRADE.crop_to_seperator(l_inline, ',');
162: -- get letter name and discard processed part of string

Line 160: l_setting6 := HR_ADE_UPGRADE.get_to_seperator(l_inline,',');

156: -- get single/multiple and discard processed part of string
157: l_setting5 := HR_ADE_UPGRADE.get_to_seperator(l_inline,',');
158: l_inline := HR_ADE_UPGRADE.crop_to_seperator(l_inline, ',');
159: -- get api name and discard processed part of string
160: l_setting6 := HR_ADE_UPGRADE.get_to_seperator(l_inline,',');
161: l_inline := HR_ADE_UPGRADE.crop_to_seperator(l_inline, ',');
162: -- get letter name and discard processed part of string
163: l_setting7 := HR_ADE_UPGRADE.get_to_seperator(l_inline,',');
164: l_inline := HR_ADE_UPGRADE.crop_to_seperator(l_inline, ',');

Line 161: l_inline := HR_ADE_UPGRADE.crop_to_seperator(l_inline, ',');

157: l_setting5 := HR_ADE_UPGRADE.get_to_seperator(l_inline,',');
158: l_inline := HR_ADE_UPGRADE.crop_to_seperator(l_inline, ',');
159: -- get api name and discard processed part of string
160: l_setting6 := HR_ADE_UPGRADE.get_to_seperator(l_inline,',');
161: l_inline := HR_ADE_UPGRADE.crop_to_seperator(l_inline, ',');
162: -- get letter name and discard processed part of string
163: l_setting7 := HR_ADE_UPGRADE.get_to_seperator(l_inline,',');
164: l_inline := HR_ADE_UPGRADE.crop_to_seperator(l_inline, ',');
165: --

Line 163: l_setting7 := HR_ADE_UPGRADE.get_to_seperator(l_inline,',');

159: -- get api name and discard processed part of string
160: l_setting6 := HR_ADE_UPGRADE.get_to_seperator(l_inline,',');
161: l_inline := HR_ADE_UPGRADE.crop_to_seperator(l_inline, ',');
162: -- get letter name and discard processed part of string
163: l_setting7 := HR_ADE_UPGRADE.get_to_seperator(l_inline,',');
164: l_inline := HR_ADE_UPGRADE.crop_to_seperator(l_inline, ',');
165: --
166: -- validate view name, replace with group name if no specified
167: IF l_setting4 = '' OR l_setting4 IS NULL THEN

Line 164: l_inline := HR_ADE_UPGRADE.crop_to_seperator(l_inline, ',');

160: l_setting6 := HR_ADE_UPGRADE.get_to_seperator(l_inline,',');
161: l_inline := HR_ADE_UPGRADE.crop_to_seperator(l_inline, ',');
162: -- get letter name and discard processed part of string
163: l_setting7 := HR_ADE_UPGRADE.get_to_seperator(l_inline,',');
164: l_inline := HR_ADE_UPGRADE.crop_to_seperator(l_inline, ',');
165: --
166: -- validate view name, replace with group name if no specified
167: IF l_setting4 = '' OR l_setting4 IS NULL THEN
168: l_setting4 := '<>';

Line 283: END HR_ADE_UPGRADE;

279: FND_MESSAGE.RAISE_ERROR;
280:
281: END parse_ini_file;
282:
283: END HR_ADE_UPGRADE;
284: