DBA Data[Home] [Help]

APPS.HRDPP_CREATE_USER_ROW dependencies on HR_UTILITY

Line 186: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');

182: hr_data_pump.entry('call');
183: open cr;
184: fetch cr into c;
185: if cr%notfound then
186: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
187: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
188: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
189: hr_utility.set_message_token('VALUE',p_batch_line_id);
190: hr_utility.raise_error;

Line 187: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');

183: open cr;
184: fetch cr into c;
185: if cr%notfound then
186: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
187: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
188: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
189: hr_utility.set_message_token('VALUE',p_batch_line_id);
190: hr_utility.raise_error;
191: end if;

Line 188: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');

184: fetch cr into c;
185: if cr%notfound then
186: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
187: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
188: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
189: hr_utility.set_message_token('VALUE',p_batch_line_id);
190: hr_utility.raise_error;
191: end if;
192: --

Line 189: hr_utility.set_message_token('VALUE',p_batch_line_id);

185: if cr%notfound then
186: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
187: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
188: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
189: hr_utility.set_message_token('VALUE',p_batch_line_id);
190: hr_utility.raise_error;
191: end if;
192: --
193: if upper(c.p5) = 'TRUE' then

Line 190: hr_utility.raise_error;

186: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
187: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
188: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
189: hr_utility.set_message_token('VALUE',p_batch_line_id);
190: hr_utility.raise_error;
191: end if;
192: --
193: if upper(c.p5) = 'TRUE' then
194: L_DISABLE_RANGE_OVERLAP_CHECK := true;

Line 198: hr_utility.set_message(800,'HR_50327_DP_TYPE_ERR');

194: L_DISABLE_RANGE_OVERLAP_CHECK := true;
195: elsif upper(c.p5) = 'FALSE' then
196: L_DISABLE_RANGE_OVERLAP_CHECK := false;
197: elsif c.d5 is not null then
198: hr_utility.set_message(800,'HR_50327_DP_TYPE_ERR');
199: hr_utility.set_message_token('TYPE','BOOLEAN');
200: hr_utility.set_message_token('PARAMETER','P_DISABLE_RANGE_OVERLAP_CHECK');
201: hr_utility.set_message_token('VALUE',c.p5);
202: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');

Line 199: hr_utility.set_message_token('TYPE','BOOLEAN');

195: elsif upper(c.p5) = 'FALSE' then
196: L_DISABLE_RANGE_OVERLAP_CHECK := false;
197: elsif c.d5 is not null then
198: hr_utility.set_message(800,'HR_50327_DP_TYPE_ERR');
199: hr_utility.set_message_token('TYPE','BOOLEAN');
200: hr_utility.set_message_token('PARAMETER','P_DISABLE_RANGE_OVERLAP_CHECK');
201: hr_utility.set_message_token('VALUE',c.p5);
202: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
203: hr_utility.raise_error;

Line 200: hr_utility.set_message_token('PARAMETER','P_DISABLE_RANGE_OVERLAP_CHECK');

196: L_DISABLE_RANGE_OVERLAP_CHECK := false;
197: elsif c.d5 is not null then
198: hr_utility.set_message(800,'HR_50327_DP_TYPE_ERR');
199: hr_utility.set_message_token('TYPE','BOOLEAN');
200: hr_utility.set_message_token('PARAMETER','P_DISABLE_RANGE_OVERLAP_CHECK');
201: hr_utility.set_message_token('VALUE',c.p5);
202: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
203: hr_utility.raise_error;
204: end if;

Line 201: hr_utility.set_message_token('VALUE',c.p5);

197: elsif c.d5 is not null then
198: hr_utility.set_message(800,'HR_50327_DP_TYPE_ERR');
199: hr_utility.set_message_token('TYPE','BOOLEAN');
200: hr_utility.set_message_token('PARAMETER','P_DISABLE_RANGE_OVERLAP_CHECK');
201: hr_utility.set_message_token('VALUE',c.p5);
202: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
203: hr_utility.raise_error;
204: end if;
205: --

Line 202: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');

198: hr_utility.set_message(800,'HR_50327_DP_TYPE_ERR');
199: hr_utility.set_message_token('TYPE','BOOLEAN');
200: hr_utility.set_message_token('PARAMETER','P_DISABLE_RANGE_OVERLAP_CHECK');
201: hr_utility.set_message_token('VALUE',c.p5);
202: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
203: hr_utility.raise_error;
204: end if;
205: --
206: if upper(c.p6) = 'TRUE' then

Line 203: hr_utility.raise_error;

199: hr_utility.set_message_token('TYPE','BOOLEAN');
200: hr_utility.set_message_token('PARAMETER','P_DISABLE_RANGE_OVERLAP_CHECK');
201: hr_utility.set_message_token('VALUE',c.p5);
202: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
203: hr_utility.raise_error;
204: end if;
205: --
206: if upper(c.p6) = 'TRUE' then
207: L_DISABLE_UNITS_CHECK := true;

Line 211: hr_utility.set_message(800,'HR_50327_DP_TYPE_ERR');

207: L_DISABLE_UNITS_CHECK := true;
208: elsif upper(c.p6) = 'FALSE' then
209: L_DISABLE_UNITS_CHECK := false;
210: elsif c.d6 is not null then
211: hr_utility.set_message(800,'HR_50327_DP_TYPE_ERR');
212: hr_utility.set_message_token('TYPE','BOOLEAN');
213: hr_utility.set_message_token('PARAMETER','P_DISABLE_UNITS_CHECK');
214: hr_utility.set_message_token('VALUE',c.p6);
215: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');

Line 212: hr_utility.set_message_token('TYPE','BOOLEAN');

208: elsif upper(c.p6) = 'FALSE' then
209: L_DISABLE_UNITS_CHECK := false;
210: elsif c.d6 is not null then
211: hr_utility.set_message(800,'HR_50327_DP_TYPE_ERR');
212: hr_utility.set_message_token('TYPE','BOOLEAN');
213: hr_utility.set_message_token('PARAMETER','P_DISABLE_UNITS_CHECK');
214: hr_utility.set_message_token('VALUE',c.p6);
215: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
216: hr_utility.raise_error;

Line 213: hr_utility.set_message_token('PARAMETER','P_DISABLE_UNITS_CHECK');

209: L_DISABLE_UNITS_CHECK := false;
210: elsif c.d6 is not null then
211: hr_utility.set_message(800,'HR_50327_DP_TYPE_ERR');
212: hr_utility.set_message_token('TYPE','BOOLEAN');
213: hr_utility.set_message_token('PARAMETER','P_DISABLE_UNITS_CHECK');
214: hr_utility.set_message_token('VALUE',c.p6);
215: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
216: hr_utility.raise_error;
217: end if;

Line 214: hr_utility.set_message_token('VALUE',c.p6);

210: elsif c.d6 is not null then
211: hr_utility.set_message(800,'HR_50327_DP_TYPE_ERR');
212: hr_utility.set_message_token('TYPE','BOOLEAN');
213: hr_utility.set_message_token('PARAMETER','P_DISABLE_UNITS_CHECK');
214: hr_utility.set_message_token('VALUE',c.p6);
215: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
216: hr_utility.raise_error;
217: end if;
218: --

Line 215: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');

211: hr_utility.set_message(800,'HR_50327_DP_TYPE_ERR');
212: hr_utility.set_message_token('TYPE','BOOLEAN');
213: hr_utility.set_message_token('PARAMETER','P_DISABLE_UNITS_CHECK');
214: hr_utility.set_message_token('VALUE',c.p6);
215: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
216: hr_utility.raise_error;
217: end if;
218: --
219: if c.p12 is null then

Line 216: hr_utility.raise_error;

212: hr_utility.set_message_token('TYPE','BOOLEAN');
213: hr_utility.set_message_token('PARAMETER','P_DISABLE_UNITS_CHECK');
214: hr_utility.set_message_token('VALUE',c.p6);
215: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
216: hr_utility.raise_error;
217: end if;
218: --
219: if c.p12 is null then
220: L_USER_TABLE_ID:=nn;