DBA Data[Home] [Help]

APPS.IRC_RSE_UPD dependencies on IRC_RSE_SHD

Line 55: (p_rec in out nocopy irc_rse_shd.g_rec_type

51: --
52: -- {End Of Comments}
53: -- ----------------------------------------------------------------------------
54: Procedure update_dml
55: (p_rec in out nocopy irc_rse_shd.g_rec_type
56: ) is
57: --
58: l_proc varchar2(72) := g_package||'update_dml';
59: --

Line 66: irc_rse_shd.g_api_dml := true; -- Set the api dml status

62: --
63: -- Increment the object version
64: p_rec.object_version_number := p_rec.object_version_number + 1;
65: --
66: irc_rse_shd.g_api_dml := true; -- Set the api dml status
67: --
68: -- Update the irc_all_recruiting_sites Row
69: --
70: update irc_all_recruiting_sites

Line 119: irc_rse_shd.g_api_dml := false; -- Unset the api dml status

115: ,object_version_number = p_rec.object_version_number
116: ,internal_name = p_rec.internal_name
117: where recruiting_site_id = p_rec.recruiting_site_id;
118: --
119: irc_rse_shd.g_api_dml := false; -- Unset the api dml status
120: hr_utility.set_location(' Leaving:'||l_proc, 10);
121: --
122: Exception
123: When hr_api.check_integrity_violated Then

Line 125: irc_rse_shd.g_api_dml := false; -- Unset the api dml status

121: --
122: Exception
123: When hr_api.check_integrity_violated Then
124: -- A check constraint has been violated
125: irc_rse_shd.g_api_dml := false; -- Unset the api dml status
126: --
127: irc_rse_shd.constraint_error
128: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
129: When hr_api.parent_integrity_violated Then

Line 127: irc_rse_shd.constraint_error

123: When hr_api.check_integrity_violated Then
124: -- A check constraint has been violated
125: irc_rse_shd.g_api_dml := false; -- Unset the api dml status
126: --
127: irc_rse_shd.constraint_error
128: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
129: When hr_api.parent_integrity_violated Then
130: -- Parent integrity has been violated
131: irc_rse_shd.g_api_dml := false; -- Unset the api dml status

Line 131: irc_rse_shd.g_api_dml := false; -- Unset the api dml status

127: irc_rse_shd.constraint_error
128: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
129: When hr_api.parent_integrity_violated Then
130: -- Parent integrity has been violated
131: irc_rse_shd.g_api_dml := false; -- Unset the api dml status
132: --
133: irc_rse_shd.constraint_error
134: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
135: When hr_api.unique_integrity_violated Then

Line 133: irc_rse_shd.constraint_error

129: When hr_api.parent_integrity_violated Then
130: -- Parent integrity has been violated
131: irc_rse_shd.g_api_dml := false; -- Unset the api dml status
132: --
133: irc_rse_shd.constraint_error
134: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
135: When hr_api.unique_integrity_violated Then
136: -- Unique integrity has been violated
137: irc_rse_shd.g_api_dml := false; -- Unset the api dml status

Line 137: irc_rse_shd.g_api_dml := false; -- Unset the api dml status

133: irc_rse_shd.constraint_error
134: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
135: When hr_api.unique_integrity_violated Then
136: -- Unique integrity has been violated
137: irc_rse_shd.g_api_dml := false; -- Unset the api dml status
138: --
139: irc_rse_shd.constraint_error
140: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
141: When Others Then

Line 139: irc_rse_shd.constraint_error

135: When hr_api.unique_integrity_violated Then
136: -- Unique integrity has been violated
137: irc_rse_shd.g_api_dml := false; -- Unset the api dml status
138: --
139: irc_rse_shd.constraint_error
140: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
141: When Others Then
142: irc_rse_shd.g_api_dml := false; -- Unset the api dml status
143: --

Line 142: irc_rse_shd.g_api_dml := false; -- Unset the api dml status

138: --
139: irc_rse_shd.constraint_error
140: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
141: When Others Then
142: irc_rse_shd.g_api_dml := false; -- Unset the api dml status
143: --
144: Raise;
145: End update_dml;
146: --

Line 180: (p_rec in irc_rse_shd.g_rec_type

176: --
177: -- {End Of Comments}
178: -- ----------------------------------------------------------------------------
179: Procedure pre_update
180: (p_rec in irc_rse_shd.g_rec_type
181: ) is
182: --
183: l_proc varchar2(72) := g_package||'pre_update';
184: --

Line 225: ,p_rec in irc_rse_shd.g_rec_type

221: -- {End Of Comments}
222: -- ----------------------------------------------------------------------------
223: Procedure post_update
224: (p_effective_date in date
225: ,p_rec in irc_rse_shd.g_rec_type
226: ) is
227: --
228: l_proc varchar2(72) := g_package||'post_update';
229: --

Line 327: => irc_rse_shd.g_old_rec.date_from

323: => p_rec.object_version_number
324: ,p_internal_name
325: => p_rec.internal_name
326: ,p_date_from_o
327: => irc_rse_shd.g_old_rec.date_from
328: ,p_date_to_o
329: => irc_rse_shd.g_old_rec.date_to
330: ,p_posting_username_o
331: => irc_rse_shd.g_old_rec.posting_username

Line 329: => irc_rse_shd.g_old_rec.date_to

325: => p_rec.internal_name
326: ,p_date_from_o
327: => irc_rse_shd.g_old_rec.date_from
328: ,p_date_to_o
329: => irc_rse_shd.g_old_rec.date_to
330: ,p_posting_username_o
331: => irc_rse_shd.g_old_rec.posting_username
332: ,p_posting_password_o
333: => irc_rse_shd.g_old_rec.posting_password

Line 331: => irc_rse_shd.g_old_rec.posting_username

327: => irc_rse_shd.g_old_rec.date_from
328: ,p_date_to_o
329: => irc_rse_shd.g_old_rec.date_to
330: ,p_posting_username_o
331: => irc_rse_shd.g_old_rec.posting_username
332: ,p_posting_password_o
333: => irc_rse_shd.g_old_rec.posting_password
334: ,p_internal_o
335: => irc_rse_shd.g_old_rec.internal

Line 333: => irc_rse_shd.g_old_rec.posting_password

329: => irc_rse_shd.g_old_rec.date_to
330: ,p_posting_username_o
331: => irc_rse_shd.g_old_rec.posting_username
332: ,p_posting_password_o
333: => irc_rse_shd.g_old_rec.posting_password
334: ,p_internal_o
335: => irc_rse_shd.g_old_rec.internal
336: ,p_external_o
337: => irc_rse_shd.g_old_rec.external

Line 335: => irc_rse_shd.g_old_rec.internal

331: => irc_rse_shd.g_old_rec.posting_username
332: ,p_posting_password_o
333: => irc_rse_shd.g_old_rec.posting_password
334: ,p_internal_o
335: => irc_rse_shd.g_old_rec.internal
336: ,p_external_o
337: => irc_rse_shd.g_old_rec.external
338: ,p_third_party_o
339: => irc_rse_shd.g_old_rec.third_party

Line 337: => irc_rse_shd.g_old_rec.external

333: => irc_rse_shd.g_old_rec.posting_password
334: ,p_internal_o
335: => irc_rse_shd.g_old_rec.internal
336: ,p_external_o
337: => irc_rse_shd.g_old_rec.external
338: ,p_third_party_o
339: => irc_rse_shd.g_old_rec.third_party
340: ,p_posting_cost_o
341: => irc_rse_shd.g_old_rec.posting_cost

Line 339: => irc_rse_shd.g_old_rec.third_party

335: => irc_rse_shd.g_old_rec.internal
336: ,p_external_o
337: => irc_rse_shd.g_old_rec.external
338: ,p_third_party_o
339: => irc_rse_shd.g_old_rec.third_party
340: ,p_posting_cost_o
341: => irc_rse_shd.g_old_rec.posting_cost
342: ,p_posting_cost_period_o
343: => irc_rse_shd.g_old_rec.posting_cost_period

Line 341: => irc_rse_shd.g_old_rec.posting_cost

337: => irc_rse_shd.g_old_rec.external
338: ,p_third_party_o
339: => irc_rse_shd.g_old_rec.third_party
340: ,p_posting_cost_o
341: => irc_rse_shd.g_old_rec.posting_cost
342: ,p_posting_cost_period_o
343: => irc_rse_shd.g_old_rec.posting_cost_period
344: ,p_posting_cost_currency_o
345: => irc_rse_shd.g_old_rec.posting_cost_currency

Line 343: => irc_rse_shd.g_old_rec.posting_cost_period

339: => irc_rse_shd.g_old_rec.third_party
340: ,p_posting_cost_o
341: => irc_rse_shd.g_old_rec.posting_cost
342: ,p_posting_cost_period_o
343: => irc_rse_shd.g_old_rec.posting_cost_period
344: ,p_posting_cost_currency_o
345: => irc_rse_shd.g_old_rec.posting_cost_currency
346: ,p_stylesheet_o
347: => irc_rse_shd.g_old_rec.stylesheet

Line 345: => irc_rse_shd.g_old_rec.posting_cost_currency

341: => irc_rse_shd.g_old_rec.posting_cost
342: ,p_posting_cost_period_o
343: => irc_rse_shd.g_old_rec.posting_cost_period
344: ,p_posting_cost_currency_o
345: => irc_rse_shd.g_old_rec.posting_cost_currency
346: ,p_stylesheet_o
347: => irc_rse_shd.g_old_rec.stylesheet
348: ,p_attribute_category_o
349: => irc_rse_shd.g_old_rec.attribute_category

Line 347: => irc_rse_shd.g_old_rec.stylesheet

343: => irc_rse_shd.g_old_rec.posting_cost_period
344: ,p_posting_cost_currency_o
345: => irc_rse_shd.g_old_rec.posting_cost_currency
346: ,p_stylesheet_o
347: => irc_rse_shd.g_old_rec.stylesheet
348: ,p_attribute_category_o
349: => irc_rse_shd.g_old_rec.attribute_category
350: ,p_attribute1_o
351: => irc_rse_shd.g_old_rec.attribute1

Line 349: => irc_rse_shd.g_old_rec.attribute_category

345: => irc_rse_shd.g_old_rec.posting_cost_currency
346: ,p_stylesheet_o
347: => irc_rse_shd.g_old_rec.stylesheet
348: ,p_attribute_category_o
349: => irc_rse_shd.g_old_rec.attribute_category
350: ,p_attribute1_o
351: => irc_rse_shd.g_old_rec.attribute1
352: ,p_attribute2_o
353: => irc_rse_shd.g_old_rec.attribute2

Line 351: => irc_rse_shd.g_old_rec.attribute1

347: => irc_rse_shd.g_old_rec.stylesheet
348: ,p_attribute_category_o
349: => irc_rse_shd.g_old_rec.attribute_category
350: ,p_attribute1_o
351: => irc_rse_shd.g_old_rec.attribute1
352: ,p_attribute2_o
353: => irc_rse_shd.g_old_rec.attribute2
354: ,p_attribute3_o
355: => irc_rse_shd.g_old_rec.attribute3

Line 353: => irc_rse_shd.g_old_rec.attribute2

349: => irc_rse_shd.g_old_rec.attribute_category
350: ,p_attribute1_o
351: => irc_rse_shd.g_old_rec.attribute1
352: ,p_attribute2_o
353: => irc_rse_shd.g_old_rec.attribute2
354: ,p_attribute3_o
355: => irc_rse_shd.g_old_rec.attribute3
356: ,p_attribute4_o
357: => irc_rse_shd.g_old_rec.attribute4

Line 355: => irc_rse_shd.g_old_rec.attribute3

351: => irc_rse_shd.g_old_rec.attribute1
352: ,p_attribute2_o
353: => irc_rse_shd.g_old_rec.attribute2
354: ,p_attribute3_o
355: => irc_rse_shd.g_old_rec.attribute3
356: ,p_attribute4_o
357: => irc_rse_shd.g_old_rec.attribute4
358: ,p_attribute5_o
359: => irc_rse_shd.g_old_rec.attribute5

Line 357: => irc_rse_shd.g_old_rec.attribute4

353: => irc_rse_shd.g_old_rec.attribute2
354: ,p_attribute3_o
355: => irc_rse_shd.g_old_rec.attribute3
356: ,p_attribute4_o
357: => irc_rse_shd.g_old_rec.attribute4
358: ,p_attribute5_o
359: => irc_rse_shd.g_old_rec.attribute5
360: ,p_attribute6_o
361: => irc_rse_shd.g_old_rec.attribute6

Line 359: => irc_rse_shd.g_old_rec.attribute5

355: => irc_rse_shd.g_old_rec.attribute3
356: ,p_attribute4_o
357: => irc_rse_shd.g_old_rec.attribute4
358: ,p_attribute5_o
359: => irc_rse_shd.g_old_rec.attribute5
360: ,p_attribute6_o
361: => irc_rse_shd.g_old_rec.attribute6
362: ,p_attribute7_o
363: => irc_rse_shd.g_old_rec.attribute7

Line 361: => irc_rse_shd.g_old_rec.attribute6

357: => irc_rse_shd.g_old_rec.attribute4
358: ,p_attribute5_o
359: => irc_rse_shd.g_old_rec.attribute5
360: ,p_attribute6_o
361: => irc_rse_shd.g_old_rec.attribute6
362: ,p_attribute7_o
363: => irc_rse_shd.g_old_rec.attribute7
364: ,p_attribute8_o
365: => irc_rse_shd.g_old_rec.attribute8

Line 363: => irc_rse_shd.g_old_rec.attribute7

359: => irc_rse_shd.g_old_rec.attribute5
360: ,p_attribute6_o
361: => irc_rse_shd.g_old_rec.attribute6
362: ,p_attribute7_o
363: => irc_rse_shd.g_old_rec.attribute7
364: ,p_attribute8_o
365: => irc_rse_shd.g_old_rec.attribute8
366: ,p_attribute9_o
367: => irc_rse_shd.g_old_rec.attribute9

Line 365: => irc_rse_shd.g_old_rec.attribute8

361: => irc_rse_shd.g_old_rec.attribute6
362: ,p_attribute7_o
363: => irc_rse_shd.g_old_rec.attribute7
364: ,p_attribute8_o
365: => irc_rse_shd.g_old_rec.attribute8
366: ,p_attribute9_o
367: => irc_rse_shd.g_old_rec.attribute9
368: ,p_attribute10_o
369: => irc_rse_shd.g_old_rec.attribute10

Line 367: => irc_rse_shd.g_old_rec.attribute9

363: => irc_rse_shd.g_old_rec.attribute7
364: ,p_attribute8_o
365: => irc_rse_shd.g_old_rec.attribute8
366: ,p_attribute9_o
367: => irc_rse_shd.g_old_rec.attribute9
368: ,p_attribute10_o
369: => irc_rse_shd.g_old_rec.attribute10
370: ,p_attribute11_o
371: => irc_rse_shd.g_old_rec.attribute11

Line 369: => irc_rse_shd.g_old_rec.attribute10

365: => irc_rse_shd.g_old_rec.attribute8
366: ,p_attribute9_o
367: => irc_rse_shd.g_old_rec.attribute9
368: ,p_attribute10_o
369: => irc_rse_shd.g_old_rec.attribute10
370: ,p_attribute11_o
371: => irc_rse_shd.g_old_rec.attribute11
372: ,p_attribute12_o
373: => irc_rse_shd.g_old_rec.attribute12

Line 371: => irc_rse_shd.g_old_rec.attribute11

367: => irc_rse_shd.g_old_rec.attribute9
368: ,p_attribute10_o
369: => irc_rse_shd.g_old_rec.attribute10
370: ,p_attribute11_o
371: => irc_rse_shd.g_old_rec.attribute11
372: ,p_attribute12_o
373: => irc_rse_shd.g_old_rec.attribute12
374: ,p_attribute13_o
375: => irc_rse_shd.g_old_rec.attribute13

Line 373: => irc_rse_shd.g_old_rec.attribute12

369: => irc_rse_shd.g_old_rec.attribute10
370: ,p_attribute11_o
371: => irc_rse_shd.g_old_rec.attribute11
372: ,p_attribute12_o
373: => irc_rse_shd.g_old_rec.attribute12
374: ,p_attribute13_o
375: => irc_rse_shd.g_old_rec.attribute13
376: ,p_attribute14_o
377: => irc_rse_shd.g_old_rec.attribute14

Line 375: => irc_rse_shd.g_old_rec.attribute13

371: => irc_rse_shd.g_old_rec.attribute11
372: ,p_attribute12_o
373: => irc_rse_shd.g_old_rec.attribute12
374: ,p_attribute13_o
375: => irc_rse_shd.g_old_rec.attribute13
376: ,p_attribute14_o
377: => irc_rse_shd.g_old_rec.attribute14
378: ,p_attribute15_o
379: => irc_rse_shd.g_old_rec.attribute15

Line 377: => irc_rse_shd.g_old_rec.attribute14

373: => irc_rse_shd.g_old_rec.attribute12
374: ,p_attribute13_o
375: => irc_rse_shd.g_old_rec.attribute13
376: ,p_attribute14_o
377: => irc_rse_shd.g_old_rec.attribute14
378: ,p_attribute15_o
379: => irc_rse_shd.g_old_rec.attribute15
380: ,p_attribute16_o
381: => irc_rse_shd.g_old_rec.attribute16

Line 379: => irc_rse_shd.g_old_rec.attribute15

375: => irc_rse_shd.g_old_rec.attribute13
376: ,p_attribute14_o
377: => irc_rse_shd.g_old_rec.attribute14
378: ,p_attribute15_o
379: => irc_rse_shd.g_old_rec.attribute15
380: ,p_attribute16_o
381: => irc_rse_shd.g_old_rec.attribute16
382: ,p_attribute17_o
383: => irc_rse_shd.g_old_rec.attribute17

Line 381: => irc_rse_shd.g_old_rec.attribute16

377: => irc_rse_shd.g_old_rec.attribute14
378: ,p_attribute15_o
379: => irc_rse_shd.g_old_rec.attribute15
380: ,p_attribute16_o
381: => irc_rse_shd.g_old_rec.attribute16
382: ,p_attribute17_o
383: => irc_rse_shd.g_old_rec.attribute17
384: ,p_attribute18_o
385: => irc_rse_shd.g_old_rec.attribute18

Line 383: => irc_rse_shd.g_old_rec.attribute17

379: => irc_rse_shd.g_old_rec.attribute15
380: ,p_attribute16_o
381: => irc_rse_shd.g_old_rec.attribute16
382: ,p_attribute17_o
383: => irc_rse_shd.g_old_rec.attribute17
384: ,p_attribute18_o
385: => irc_rse_shd.g_old_rec.attribute18
386: ,p_attribute19_o
387: => irc_rse_shd.g_old_rec.attribute19

Line 385: => irc_rse_shd.g_old_rec.attribute18

381: => irc_rse_shd.g_old_rec.attribute16
382: ,p_attribute17_o
383: => irc_rse_shd.g_old_rec.attribute17
384: ,p_attribute18_o
385: => irc_rse_shd.g_old_rec.attribute18
386: ,p_attribute19_o
387: => irc_rse_shd.g_old_rec.attribute19
388: ,p_attribute20_o
389: => irc_rse_shd.g_old_rec.attribute20

Line 387: => irc_rse_shd.g_old_rec.attribute19

383: => irc_rse_shd.g_old_rec.attribute17
384: ,p_attribute18_o
385: => irc_rse_shd.g_old_rec.attribute18
386: ,p_attribute19_o
387: => irc_rse_shd.g_old_rec.attribute19
388: ,p_attribute20_o
389: => irc_rse_shd.g_old_rec.attribute20
390: ,p_attribute21_o
391: => irc_rse_shd.g_old_rec.attribute21

Line 389: => irc_rse_shd.g_old_rec.attribute20

385: => irc_rse_shd.g_old_rec.attribute18
386: ,p_attribute19_o
387: => irc_rse_shd.g_old_rec.attribute19
388: ,p_attribute20_o
389: => irc_rse_shd.g_old_rec.attribute20
390: ,p_attribute21_o
391: => irc_rse_shd.g_old_rec.attribute21
392: ,p_attribute22_o
393: => irc_rse_shd.g_old_rec.attribute22

Line 391: => irc_rse_shd.g_old_rec.attribute21

387: => irc_rse_shd.g_old_rec.attribute19
388: ,p_attribute20_o
389: => irc_rse_shd.g_old_rec.attribute20
390: ,p_attribute21_o
391: => irc_rse_shd.g_old_rec.attribute21
392: ,p_attribute22_o
393: => irc_rse_shd.g_old_rec.attribute22
394: ,p_attribute23_o
395: => irc_rse_shd.g_old_rec.attribute23

Line 393: => irc_rse_shd.g_old_rec.attribute22

389: => irc_rse_shd.g_old_rec.attribute20
390: ,p_attribute21_o
391: => irc_rse_shd.g_old_rec.attribute21
392: ,p_attribute22_o
393: => irc_rse_shd.g_old_rec.attribute22
394: ,p_attribute23_o
395: => irc_rse_shd.g_old_rec.attribute23
396: ,p_attribute24_o
397: => irc_rse_shd.g_old_rec.attribute24

Line 395: => irc_rse_shd.g_old_rec.attribute23

391: => irc_rse_shd.g_old_rec.attribute21
392: ,p_attribute22_o
393: => irc_rse_shd.g_old_rec.attribute22
394: ,p_attribute23_o
395: => irc_rse_shd.g_old_rec.attribute23
396: ,p_attribute24_o
397: => irc_rse_shd.g_old_rec.attribute24
398: ,p_attribute25_o
399: => irc_rse_shd.g_old_rec.attribute25

Line 397: => irc_rse_shd.g_old_rec.attribute24

393: => irc_rse_shd.g_old_rec.attribute22
394: ,p_attribute23_o
395: => irc_rse_shd.g_old_rec.attribute23
396: ,p_attribute24_o
397: => irc_rse_shd.g_old_rec.attribute24
398: ,p_attribute25_o
399: => irc_rse_shd.g_old_rec.attribute25
400: ,p_attribute26_o
401: => irc_rse_shd.g_old_rec.attribute26

Line 399: => irc_rse_shd.g_old_rec.attribute25

395: => irc_rse_shd.g_old_rec.attribute23
396: ,p_attribute24_o
397: => irc_rse_shd.g_old_rec.attribute24
398: ,p_attribute25_o
399: => irc_rse_shd.g_old_rec.attribute25
400: ,p_attribute26_o
401: => irc_rse_shd.g_old_rec.attribute26
402: ,p_attribute27_o
403: => irc_rse_shd.g_old_rec.attribute27

Line 401: => irc_rse_shd.g_old_rec.attribute26

397: => irc_rse_shd.g_old_rec.attribute24
398: ,p_attribute25_o
399: => irc_rse_shd.g_old_rec.attribute25
400: ,p_attribute26_o
401: => irc_rse_shd.g_old_rec.attribute26
402: ,p_attribute27_o
403: => irc_rse_shd.g_old_rec.attribute27
404: ,p_attribute28_o
405: => irc_rse_shd.g_old_rec.attribute28

Line 403: => irc_rse_shd.g_old_rec.attribute27

399: => irc_rse_shd.g_old_rec.attribute25
400: ,p_attribute26_o
401: => irc_rse_shd.g_old_rec.attribute26
402: ,p_attribute27_o
403: => irc_rse_shd.g_old_rec.attribute27
404: ,p_attribute28_o
405: => irc_rse_shd.g_old_rec.attribute28
406: ,p_attribute29_o
407: => irc_rse_shd.g_old_rec.attribute29

Line 405: => irc_rse_shd.g_old_rec.attribute28

401: => irc_rse_shd.g_old_rec.attribute26
402: ,p_attribute27_o
403: => irc_rse_shd.g_old_rec.attribute27
404: ,p_attribute28_o
405: => irc_rse_shd.g_old_rec.attribute28
406: ,p_attribute29_o
407: => irc_rse_shd.g_old_rec.attribute29
408: ,p_attribute30_o
409: => irc_rse_shd.g_old_rec.attribute30

Line 407: => irc_rse_shd.g_old_rec.attribute29

403: => irc_rse_shd.g_old_rec.attribute27
404: ,p_attribute28_o
405: => irc_rse_shd.g_old_rec.attribute28
406: ,p_attribute29_o
407: => irc_rse_shd.g_old_rec.attribute29
408: ,p_attribute30_o
409: => irc_rse_shd.g_old_rec.attribute30
410: ,p_object_version_number_o
411: => irc_rse_shd.g_old_rec.object_version_number

Line 409: => irc_rse_shd.g_old_rec.attribute30

405: => irc_rse_shd.g_old_rec.attribute28
406: ,p_attribute29_o
407: => irc_rse_shd.g_old_rec.attribute29
408: ,p_attribute30_o
409: => irc_rse_shd.g_old_rec.attribute30
410: ,p_object_version_number_o
411: => irc_rse_shd.g_old_rec.object_version_number
412: ,p_internal_name_o
413: => irc_rse_shd.g_old_rec.internal_name

Line 411: => irc_rse_shd.g_old_rec.object_version_number

407: => irc_rse_shd.g_old_rec.attribute29
408: ,p_attribute30_o
409: => irc_rse_shd.g_old_rec.attribute30
410: ,p_object_version_number_o
411: => irc_rse_shd.g_old_rec.object_version_number
412: ,p_internal_name_o
413: => irc_rse_shd.g_old_rec.internal_name
414: );
415: --

Line 413: => irc_rse_shd.g_old_rec.internal_name

409: => irc_rse_shd.g_old_rec.attribute30
410: ,p_object_version_number_o
411: => irc_rse_shd.g_old_rec.object_version_number
412: ,p_internal_name_o
413: => irc_rse_shd.g_old_rec.internal_name
414: );
415: --
416: exception
417: --

Line 473: (p_rec in out nocopy irc_rse_shd.g_rec_type

469: --
470: -- {End Of Comments}
471: -- ----------------------------------------------------------------------------
472: Procedure convert_defs
473: (p_rec in out nocopy irc_rse_shd.g_rec_type
474: ) is
475: --
476: l_proc varchar2(72) := g_package||'convert_defs';
477: Begin

Line 487: irc_rse_shd.g_old_rec.date_from;

483: -- is being used then we must set to the 'current' argument value.
484: --
485: If (p_rec.date_from = hr_api.g_date) then
486: p_rec.date_from :=
487: irc_rse_shd.g_old_rec.date_from;
488: End If;
489: If (p_rec.date_to = hr_api.g_date) then
490: p_rec.date_to :=
491: irc_rse_shd.g_old_rec.date_to;

Line 491: irc_rse_shd.g_old_rec.date_to;

487: irc_rse_shd.g_old_rec.date_from;
488: End If;
489: If (p_rec.date_to = hr_api.g_date) then
490: p_rec.date_to :=
491: irc_rse_shd.g_old_rec.date_to;
492: End If;
493: If (p_rec.posting_username = hr_api.g_varchar2) then
494: p_rec.posting_username :=
495: irc_rse_shd.g_old_rec.posting_username;

Line 495: irc_rse_shd.g_old_rec.posting_username;

491: irc_rse_shd.g_old_rec.date_to;
492: End If;
493: If (p_rec.posting_username = hr_api.g_varchar2) then
494: p_rec.posting_username :=
495: irc_rse_shd.g_old_rec.posting_username;
496: End If;
497: If (p_rec.posting_password = hr_api.g_varchar2) then
498: p_rec.posting_password :=
499: irc_rse_shd.g_old_rec.posting_password;

Line 499: irc_rse_shd.g_old_rec.posting_password;

495: irc_rse_shd.g_old_rec.posting_username;
496: End If;
497: If (p_rec.posting_password = hr_api.g_varchar2) then
498: p_rec.posting_password :=
499: irc_rse_shd.g_old_rec.posting_password;
500: End If;
501: If (p_rec.internal = hr_api.g_varchar2) then
502: p_rec.internal :=
503: irc_rse_shd.g_old_rec.internal;

Line 503: irc_rse_shd.g_old_rec.internal;

499: irc_rse_shd.g_old_rec.posting_password;
500: End If;
501: If (p_rec.internal = hr_api.g_varchar2) then
502: p_rec.internal :=
503: irc_rse_shd.g_old_rec.internal;
504: End If;
505: If (p_rec.external = hr_api.g_varchar2) then
506: p_rec.external :=
507: irc_rse_shd.g_old_rec.external;

Line 507: irc_rse_shd.g_old_rec.external;

503: irc_rse_shd.g_old_rec.internal;
504: End If;
505: If (p_rec.external = hr_api.g_varchar2) then
506: p_rec.external :=
507: irc_rse_shd.g_old_rec.external;
508: End If;
509: If (p_rec.third_party = hr_api.g_varchar2) then
510: p_rec.third_party :=
511: irc_rse_shd.g_old_rec.third_party;

Line 511: irc_rse_shd.g_old_rec.third_party;

507: irc_rse_shd.g_old_rec.external;
508: End If;
509: If (p_rec.third_party = hr_api.g_varchar2) then
510: p_rec.third_party :=
511: irc_rse_shd.g_old_rec.third_party;
512: End If;
513: If (p_rec.posting_cost = hr_api.g_number) then
514: p_rec.posting_cost :=
515: irc_rse_shd.g_old_rec.posting_cost;

Line 515: irc_rse_shd.g_old_rec.posting_cost;

511: irc_rse_shd.g_old_rec.third_party;
512: End If;
513: If (p_rec.posting_cost = hr_api.g_number) then
514: p_rec.posting_cost :=
515: irc_rse_shd.g_old_rec.posting_cost;
516: End If;
517: If (p_rec.posting_cost_period = hr_api.g_varchar2) then
518: p_rec.posting_cost_period :=
519: irc_rse_shd.g_old_rec.posting_cost_period;

Line 519: irc_rse_shd.g_old_rec.posting_cost_period;

515: irc_rse_shd.g_old_rec.posting_cost;
516: End If;
517: If (p_rec.posting_cost_period = hr_api.g_varchar2) then
518: p_rec.posting_cost_period :=
519: irc_rse_shd.g_old_rec.posting_cost_period;
520: End If;
521: If (p_rec.posting_cost_currency = hr_api.g_varchar2) then
522: p_rec.posting_cost_currency :=
523: irc_rse_shd.g_old_rec.posting_cost_currency;

Line 523: irc_rse_shd.g_old_rec.posting_cost_currency;

519: irc_rse_shd.g_old_rec.posting_cost_period;
520: End If;
521: If (p_rec.posting_cost_currency = hr_api.g_varchar2) then
522: p_rec.posting_cost_currency :=
523: irc_rse_shd.g_old_rec.posting_cost_currency;
524: End If;
525: If (p_rec.stylesheet = hr_api.g_varchar2) then
526: p_rec.stylesheet :=
527: irc_rse_shd.g_old_rec.stylesheet;

Line 527: irc_rse_shd.g_old_rec.stylesheet;

523: irc_rse_shd.g_old_rec.posting_cost_currency;
524: End If;
525: If (p_rec.stylesheet = hr_api.g_varchar2) then
526: p_rec.stylesheet :=
527: irc_rse_shd.g_old_rec.stylesheet;
528: End If;
529: If (p_rec.attribute_category = hr_api.g_varchar2) then
530: p_rec.attribute_category :=
531: irc_rse_shd.g_old_rec.attribute_category;

Line 531: irc_rse_shd.g_old_rec.attribute_category;

527: irc_rse_shd.g_old_rec.stylesheet;
528: End If;
529: If (p_rec.attribute_category = hr_api.g_varchar2) then
530: p_rec.attribute_category :=
531: irc_rse_shd.g_old_rec.attribute_category;
532: End If;
533: If (p_rec.attribute1 = hr_api.g_varchar2) then
534: p_rec.attribute1 :=
535: irc_rse_shd.g_old_rec.attribute1;

Line 535: irc_rse_shd.g_old_rec.attribute1;

531: irc_rse_shd.g_old_rec.attribute_category;
532: End If;
533: If (p_rec.attribute1 = hr_api.g_varchar2) then
534: p_rec.attribute1 :=
535: irc_rse_shd.g_old_rec.attribute1;
536: End If;
537: If (p_rec.attribute2 = hr_api.g_varchar2) then
538: p_rec.attribute2 :=
539: irc_rse_shd.g_old_rec.attribute2;

Line 539: irc_rse_shd.g_old_rec.attribute2;

535: irc_rse_shd.g_old_rec.attribute1;
536: End If;
537: If (p_rec.attribute2 = hr_api.g_varchar2) then
538: p_rec.attribute2 :=
539: irc_rse_shd.g_old_rec.attribute2;
540: End If;
541: If (p_rec.attribute3 = hr_api.g_varchar2) then
542: p_rec.attribute3 :=
543: irc_rse_shd.g_old_rec.attribute3;

Line 543: irc_rse_shd.g_old_rec.attribute3;

539: irc_rse_shd.g_old_rec.attribute2;
540: End If;
541: If (p_rec.attribute3 = hr_api.g_varchar2) then
542: p_rec.attribute3 :=
543: irc_rse_shd.g_old_rec.attribute3;
544: End If;
545: If (p_rec.attribute4 = hr_api.g_varchar2) then
546: p_rec.attribute4 :=
547: irc_rse_shd.g_old_rec.attribute4;

Line 547: irc_rse_shd.g_old_rec.attribute4;

543: irc_rse_shd.g_old_rec.attribute3;
544: End If;
545: If (p_rec.attribute4 = hr_api.g_varchar2) then
546: p_rec.attribute4 :=
547: irc_rse_shd.g_old_rec.attribute4;
548: End If;
549: If (p_rec.attribute5 = hr_api.g_varchar2) then
550: p_rec.attribute5 :=
551: irc_rse_shd.g_old_rec.attribute5;

Line 551: irc_rse_shd.g_old_rec.attribute5;

547: irc_rse_shd.g_old_rec.attribute4;
548: End If;
549: If (p_rec.attribute5 = hr_api.g_varchar2) then
550: p_rec.attribute5 :=
551: irc_rse_shd.g_old_rec.attribute5;
552: End If;
553: If (p_rec.attribute6 = hr_api.g_varchar2) then
554: p_rec.attribute6 :=
555: irc_rse_shd.g_old_rec.attribute6;

Line 555: irc_rse_shd.g_old_rec.attribute6;

551: irc_rse_shd.g_old_rec.attribute5;
552: End If;
553: If (p_rec.attribute6 = hr_api.g_varchar2) then
554: p_rec.attribute6 :=
555: irc_rse_shd.g_old_rec.attribute6;
556: End If;
557: If (p_rec.attribute7 = hr_api.g_varchar2) then
558: p_rec.attribute7 :=
559: irc_rse_shd.g_old_rec.attribute7;

Line 559: irc_rse_shd.g_old_rec.attribute7;

555: irc_rse_shd.g_old_rec.attribute6;
556: End If;
557: If (p_rec.attribute7 = hr_api.g_varchar2) then
558: p_rec.attribute7 :=
559: irc_rse_shd.g_old_rec.attribute7;
560: End If;
561: If (p_rec.attribute8 = hr_api.g_varchar2) then
562: p_rec.attribute8 :=
563: irc_rse_shd.g_old_rec.attribute8;

Line 563: irc_rse_shd.g_old_rec.attribute8;

559: irc_rse_shd.g_old_rec.attribute7;
560: End If;
561: If (p_rec.attribute8 = hr_api.g_varchar2) then
562: p_rec.attribute8 :=
563: irc_rse_shd.g_old_rec.attribute8;
564: End If;
565: If (p_rec.attribute9 = hr_api.g_varchar2) then
566: p_rec.attribute9 :=
567: irc_rse_shd.g_old_rec.attribute9;

Line 567: irc_rse_shd.g_old_rec.attribute9;

563: irc_rse_shd.g_old_rec.attribute8;
564: End If;
565: If (p_rec.attribute9 = hr_api.g_varchar2) then
566: p_rec.attribute9 :=
567: irc_rse_shd.g_old_rec.attribute9;
568: End If;
569: If (p_rec.attribute10 = hr_api.g_varchar2) then
570: p_rec.attribute10 :=
571: irc_rse_shd.g_old_rec.attribute10;

Line 571: irc_rse_shd.g_old_rec.attribute10;

567: irc_rse_shd.g_old_rec.attribute9;
568: End If;
569: If (p_rec.attribute10 = hr_api.g_varchar2) then
570: p_rec.attribute10 :=
571: irc_rse_shd.g_old_rec.attribute10;
572: End If;
573: If (p_rec.attribute11 = hr_api.g_varchar2) then
574: p_rec.attribute11 :=
575: irc_rse_shd.g_old_rec.attribute11;

Line 575: irc_rse_shd.g_old_rec.attribute11;

571: irc_rse_shd.g_old_rec.attribute10;
572: End If;
573: If (p_rec.attribute11 = hr_api.g_varchar2) then
574: p_rec.attribute11 :=
575: irc_rse_shd.g_old_rec.attribute11;
576: End If;
577: If (p_rec.attribute12 = hr_api.g_varchar2) then
578: p_rec.attribute12 :=
579: irc_rse_shd.g_old_rec.attribute12;

Line 579: irc_rse_shd.g_old_rec.attribute12;

575: irc_rse_shd.g_old_rec.attribute11;
576: End If;
577: If (p_rec.attribute12 = hr_api.g_varchar2) then
578: p_rec.attribute12 :=
579: irc_rse_shd.g_old_rec.attribute12;
580: End If;
581: If (p_rec.attribute13 = hr_api.g_varchar2) then
582: p_rec.attribute13 :=
583: irc_rse_shd.g_old_rec.attribute13;

Line 583: irc_rse_shd.g_old_rec.attribute13;

579: irc_rse_shd.g_old_rec.attribute12;
580: End If;
581: If (p_rec.attribute13 = hr_api.g_varchar2) then
582: p_rec.attribute13 :=
583: irc_rse_shd.g_old_rec.attribute13;
584: End If;
585: If (p_rec.attribute14 = hr_api.g_varchar2) then
586: p_rec.attribute14 :=
587: irc_rse_shd.g_old_rec.attribute14;

Line 587: irc_rse_shd.g_old_rec.attribute14;

583: irc_rse_shd.g_old_rec.attribute13;
584: End If;
585: If (p_rec.attribute14 = hr_api.g_varchar2) then
586: p_rec.attribute14 :=
587: irc_rse_shd.g_old_rec.attribute14;
588: End If;
589: If (p_rec.attribute15 = hr_api.g_varchar2) then
590: p_rec.attribute15 :=
591: irc_rse_shd.g_old_rec.attribute15;

Line 591: irc_rse_shd.g_old_rec.attribute15;

587: irc_rse_shd.g_old_rec.attribute14;
588: End If;
589: If (p_rec.attribute15 = hr_api.g_varchar2) then
590: p_rec.attribute15 :=
591: irc_rse_shd.g_old_rec.attribute15;
592: End If;
593: If (p_rec.attribute16 = hr_api.g_varchar2) then
594: p_rec.attribute16 :=
595: irc_rse_shd.g_old_rec.attribute16;

Line 595: irc_rse_shd.g_old_rec.attribute16;

591: irc_rse_shd.g_old_rec.attribute15;
592: End If;
593: If (p_rec.attribute16 = hr_api.g_varchar2) then
594: p_rec.attribute16 :=
595: irc_rse_shd.g_old_rec.attribute16;
596: End If;
597: If (p_rec.attribute17 = hr_api.g_varchar2) then
598: p_rec.attribute17 :=
599: irc_rse_shd.g_old_rec.attribute17;

Line 599: irc_rse_shd.g_old_rec.attribute17;

595: irc_rse_shd.g_old_rec.attribute16;
596: End If;
597: If (p_rec.attribute17 = hr_api.g_varchar2) then
598: p_rec.attribute17 :=
599: irc_rse_shd.g_old_rec.attribute17;
600: End If;
601: If (p_rec.attribute18 = hr_api.g_varchar2) then
602: p_rec.attribute18 :=
603: irc_rse_shd.g_old_rec.attribute18;

Line 603: irc_rse_shd.g_old_rec.attribute18;

599: irc_rse_shd.g_old_rec.attribute17;
600: End If;
601: If (p_rec.attribute18 = hr_api.g_varchar2) then
602: p_rec.attribute18 :=
603: irc_rse_shd.g_old_rec.attribute18;
604: End If;
605: If (p_rec.attribute19 = hr_api.g_varchar2) then
606: p_rec.attribute19 :=
607: irc_rse_shd.g_old_rec.attribute19;

Line 607: irc_rse_shd.g_old_rec.attribute19;

603: irc_rse_shd.g_old_rec.attribute18;
604: End If;
605: If (p_rec.attribute19 = hr_api.g_varchar2) then
606: p_rec.attribute19 :=
607: irc_rse_shd.g_old_rec.attribute19;
608: End If;
609: If (p_rec.attribute20 = hr_api.g_varchar2) then
610: p_rec.attribute20 :=
611: irc_rse_shd.g_old_rec.attribute20;

Line 611: irc_rse_shd.g_old_rec.attribute20;

607: irc_rse_shd.g_old_rec.attribute19;
608: End If;
609: If (p_rec.attribute20 = hr_api.g_varchar2) then
610: p_rec.attribute20 :=
611: irc_rse_shd.g_old_rec.attribute20;
612: End If;
613: If (p_rec.attribute21 = hr_api.g_varchar2) then
614: p_rec.attribute21 :=
615: irc_rse_shd.g_old_rec.attribute21;

Line 615: irc_rse_shd.g_old_rec.attribute21;

611: irc_rse_shd.g_old_rec.attribute20;
612: End If;
613: If (p_rec.attribute21 = hr_api.g_varchar2) then
614: p_rec.attribute21 :=
615: irc_rse_shd.g_old_rec.attribute21;
616: End If;
617: If (p_rec.attribute22 = hr_api.g_varchar2) then
618: p_rec.attribute22 :=
619: irc_rse_shd.g_old_rec.attribute22;

Line 619: irc_rse_shd.g_old_rec.attribute22;

615: irc_rse_shd.g_old_rec.attribute21;
616: End If;
617: If (p_rec.attribute22 = hr_api.g_varchar2) then
618: p_rec.attribute22 :=
619: irc_rse_shd.g_old_rec.attribute22;
620: End If;
621: If (p_rec.attribute23 = hr_api.g_varchar2) then
622: p_rec.attribute23 :=
623: irc_rse_shd.g_old_rec.attribute23;

Line 623: irc_rse_shd.g_old_rec.attribute23;

619: irc_rse_shd.g_old_rec.attribute22;
620: End If;
621: If (p_rec.attribute23 = hr_api.g_varchar2) then
622: p_rec.attribute23 :=
623: irc_rse_shd.g_old_rec.attribute23;
624: End If;
625: If (p_rec.attribute24 = hr_api.g_varchar2) then
626: p_rec.attribute24 :=
627: irc_rse_shd.g_old_rec.attribute24;

Line 627: irc_rse_shd.g_old_rec.attribute24;

623: irc_rse_shd.g_old_rec.attribute23;
624: End If;
625: If (p_rec.attribute24 = hr_api.g_varchar2) then
626: p_rec.attribute24 :=
627: irc_rse_shd.g_old_rec.attribute24;
628: End If;
629: If (p_rec.attribute25 = hr_api.g_varchar2) then
630: p_rec.attribute25 :=
631: irc_rse_shd.g_old_rec.attribute25;

Line 631: irc_rse_shd.g_old_rec.attribute25;

627: irc_rse_shd.g_old_rec.attribute24;
628: End If;
629: If (p_rec.attribute25 = hr_api.g_varchar2) then
630: p_rec.attribute25 :=
631: irc_rse_shd.g_old_rec.attribute25;
632: End If;
633: If (p_rec.attribute26 = hr_api.g_varchar2) then
634: p_rec.attribute26 :=
635: irc_rse_shd.g_old_rec.attribute26;

Line 635: irc_rse_shd.g_old_rec.attribute26;

631: irc_rse_shd.g_old_rec.attribute25;
632: End If;
633: If (p_rec.attribute26 = hr_api.g_varchar2) then
634: p_rec.attribute26 :=
635: irc_rse_shd.g_old_rec.attribute26;
636: End If;
637: If (p_rec.attribute27 = hr_api.g_varchar2) then
638: p_rec.attribute27 :=
639: irc_rse_shd.g_old_rec.attribute27;

Line 639: irc_rse_shd.g_old_rec.attribute27;

635: irc_rse_shd.g_old_rec.attribute26;
636: End If;
637: If (p_rec.attribute27 = hr_api.g_varchar2) then
638: p_rec.attribute27 :=
639: irc_rse_shd.g_old_rec.attribute27;
640: End If;
641: If (p_rec.attribute28 = hr_api.g_varchar2) then
642: p_rec.attribute28 :=
643: irc_rse_shd.g_old_rec.attribute28;

Line 643: irc_rse_shd.g_old_rec.attribute28;

639: irc_rse_shd.g_old_rec.attribute27;
640: End If;
641: If (p_rec.attribute28 = hr_api.g_varchar2) then
642: p_rec.attribute28 :=
643: irc_rse_shd.g_old_rec.attribute28;
644: End If;
645: If (p_rec.attribute29 = hr_api.g_varchar2) then
646: p_rec.attribute29 :=
647: irc_rse_shd.g_old_rec.attribute29;

Line 647: irc_rse_shd.g_old_rec.attribute29;

643: irc_rse_shd.g_old_rec.attribute28;
644: End If;
645: If (p_rec.attribute29 = hr_api.g_varchar2) then
646: p_rec.attribute29 :=
647: irc_rse_shd.g_old_rec.attribute29;
648: End If;
649: If (p_rec.attribute30 = hr_api.g_varchar2) then
650: p_rec.attribute30 :=
651: irc_rse_shd.g_old_rec.attribute30;

Line 651: irc_rse_shd.g_old_rec.attribute30;

647: irc_rse_shd.g_old_rec.attribute29;
648: End If;
649: If (p_rec.attribute30 = hr_api.g_varchar2) then
650: p_rec.attribute30 :=
651: irc_rse_shd.g_old_rec.attribute30;
652: End If;
653: If (p_rec.internal_name = hr_api.g_varchar2) then
654: p_rec.internal_name :=
655: irc_rse_shd.g_old_rec.internal_name;

Line 655: irc_rse_shd.g_old_rec.internal_name;

651: irc_rse_shd.g_old_rec.attribute30;
652: End If;
653: If (p_rec.internal_name = hr_api.g_varchar2) then
654: p_rec.internal_name :=
655: irc_rse_shd.g_old_rec.internal_name;
656: End If;
657: --
658: hr_utility.set_location('Leaving:'||l_proc, 5);
659: End convert_defs;

Line 666: ,p_rec in out nocopy irc_rse_shd.g_rec_type

662: -- |---------------------------------< upd >----------------------------------|
663: -- ----------------------------------------------------------------------------
664: Procedure upd
665: (p_effective_date in date
666: ,p_rec in out nocopy irc_rse_shd.g_rec_type
667: ) is
668: --
669: l_proc varchar2(72) := g_package||'upd';
670: --

Line 676: irc_rse_shd.lck

672: hr_utility.set_location('Entering:'||l_proc, 5);
673: --
674: -- We must lock the row which we need to update.
675: --
676: irc_rse_shd.lck
677: (p_rec.recruiting_site_id
678: ,p_rec.object_version_number
679: );
680: --

Line 767: l_rec irc_rse_shd.g_rec_type;

763: ,p_attribute30 in varchar2 default hr_api.g_varchar2
764: ,p_internal_name in varchar2 default hr_api.g_varchar2
765: ) is
766: --
767: l_rec irc_rse_shd.g_rec_type;
768: l_proc varchar2(72) := g_package||'upd';
769: --
770: Begin
771: hr_utility.set_location('Entering:'||l_proc, 5);

Line 777: irc_rse_shd.convert_args

773: -- Call conversion function to turn arguments into the
774: -- l_rec structure.
775: --
776: l_rec :=
777: irc_rse_shd.convert_args
778: (p_recruiting_site_id
779: ,p_date_from
780: ,p_date_to
781: ,p_posting_username