DBA Data[Home] [Help]

APPS.HZ_BUSINESS_EVENT_V2PVT dependencies on HZ_PERSON_INFO_V2PUB

Line 282: -- HZ_PERSON_INFO_V2PUB

278: p_class_category_use_rec IN hz_classification_v2pub.class_category_use_rec_type,
279: p_old_class_category_use_rec IN hz_classification_v2pub.class_category_use_rec_type
280: );
281:
282: -- HZ_PERSON_INFO_V2PUB
283:
284: PROCEDURE create_person_language_event (
285: p_person_language_rec IN hz_person_info_v2pub.person_language_rec_type
286: );

Line 285: p_person_language_rec IN hz_person_info_v2pub.person_language_rec_type

281:
282: -- HZ_PERSON_INFO_V2PUB
283:
284: PROCEDURE create_person_language_event (
285: p_person_language_rec IN hz_person_info_v2pub.person_language_rec_type
286: );
287:
288: PROCEDURE update_person_language_event (
289: p_person_language_rec IN hz_person_info_v2pub.person_language_rec_type,

Line 289: p_person_language_rec IN hz_person_info_v2pub.person_language_rec_type,

285: p_person_language_rec IN hz_person_info_v2pub.person_language_rec_type
286: );
287:
288: PROCEDURE update_person_language_event (
289: p_person_language_rec IN hz_person_info_v2pub.person_language_rec_type,
290: p_old_person_language_rec IN hz_person_info_v2pub.person_language_rec_type
291: );
292:
293: PROCEDURE create_citizenship_event (

Line 290: p_old_person_language_rec IN hz_person_info_v2pub.person_language_rec_type

286: );
287:
288: PROCEDURE update_person_language_event (
289: p_person_language_rec IN hz_person_info_v2pub.person_language_rec_type,
290: p_old_person_language_rec IN hz_person_info_v2pub.person_language_rec_type
291: );
292:
293: PROCEDURE create_citizenship_event (
294: p_citizenship_rec IN hz_person_info_v2pub.citizenship_rec_type

Line 294: p_citizenship_rec IN hz_person_info_v2pub.citizenship_rec_type

290: p_old_person_language_rec IN hz_person_info_v2pub.person_language_rec_type
291: );
292:
293: PROCEDURE create_citizenship_event (
294: p_citizenship_rec IN hz_person_info_v2pub.citizenship_rec_type
295: );
296:
297: PROCEDURE update_citizenship_event (
298: p_citizenship_rec IN hz_person_info_v2pub.citizenship_rec_type,

Line 298: p_citizenship_rec IN hz_person_info_v2pub.citizenship_rec_type,

294: p_citizenship_rec IN hz_person_info_v2pub.citizenship_rec_type
295: );
296:
297: PROCEDURE update_citizenship_event (
298: p_citizenship_rec IN hz_person_info_v2pub.citizenship_rec_type,
299: p_old_citizenship_rec IN hz_person_info_v2pub.citizenship_rec_type
300: );
301:
302: PROCEDURE create_education_event (

Line 299: p_old_citizenship_rec IN hz_person_info_v2pub.citizenship_rec_type

295: );
296:
297: PROCEDURE update_citizenship_event (
298: p_citizenship_rec IN hz_person_info_v2pub.citizenship_rec_type,
299: p_old_citizenship_rec IN hz_person_info_v2pub.citizenship_rec_type
300: );
301:
302: PROCEDURE create_education_event (
303: p_education_rec IN hz_person_info_v2pub.education_rec_type

Line 303: p_education_rec IN hz_person_info_v2pub.education_rec_type

299: p_old_citizenship_rec IN hz_person_info_v2pub.citizenship_rec_type
300: );
301:
302: PROCEDURE create_education_event (
303: p_education_rec IN hz_person_info_v2pub.education_rec_type
304:
305: );
306:
307: PROCEDURE update_education_event (

Line 308: p_education_rec IN hz_person_info_v2pub.education_rec_type,

304:
305: );
306:
307: PROCEDURE update_education_event (
308: p_education_rec IN hz_person_info_v2pub.education_rec_type,
309: p_old_education_rec IN hz_person_info_v2pub.education_rec_type
310: );
311:
312: PROCEDURE create_emp_history_event (

Line 309: p_old_education_rec IN hz_person_info_v2pub.education_rec_type

305: );
306:
307: PROCEDURE update_education_event (
308: p_education_rec IN hz_person_info_v2pub.education_rec_type,
309: p_old_education_rec IN hz_person_info_v2pub.education_rec_type
310: );
311:
312: PROCEDURE create_emp_history_event (
313: p_emp_history_rec IN hz_person_info_v2pub.employment_history_rec_type

Line 313: p_emp_history_rec IN hz_person_info_v2pub.employment_history_rec_type

309: p_old_education_rec IN hz_person_info_v2pub.education_rec_type
310: );
311:
312: PROCEDURE create_emp_history_event (
313: p_emp_history_rec IN hz_person_info_v2pub.employment_history_rec_type
314:
315: );
316:
317: PROCEDURE update_emp_history_event (

Line 318: p_emp_history_rec IN hz_person_info_v2pub.employment_history_rec_type,

314:
315: );
316:
317: PROCEDURE update_emp_history_event (
318: p_emp_history_rec IN hz_person_info_v2pub.employment_history_rec_type,
319: p_old_emp_history_rec IN hz_person_info_v2pub.employment_history_rec_type
320:
321: );
322:

Line 319: p_old_emp_history_rec IN hz_person_info_v2pub.employment_history_rec_type

315: );
316:
317: PROCEDURE update_emp_history_event (
318: p_emp_history_rec IN hz_person_info_v2pub.employment_history_rec_type,
319: p_old_emp_history_rec IN hz_person_info_v2pub.employment_history_rec_type
320:
321: );
322:
323: PROCEDURE create_person_interest_event (

Line 324: p_per_interest_rec IN hz_person_info_v2pub.person_interest_rec_type

320:
321: );
322:
323: PROCEDURE create_person_interest_event (
324: p_per_interest_rec IN hz_person_info_v2pub.person_interest_rec_type
325: );
326:
327: PROCEDURE update_person_interest_event (
328: p_per_interest_rec IN hz_person_info_v2pub.person_interest_rec_type,

Line 328: p_per_interest_rec IN hz_person_info_v2pub.person_interest_rec_type,

324: p_per_interest_rec IN hz_person_info_v2pub.person_interest_rec_type
325: );
326:
327: PROCEDURE update_person_interest_event (
328: p_per_interest_rec IN hz_person_info_v2pub.person_interest_rec_type,
329: p_old_per_interest_rec IN hz_person_info_v2pub.person_interest_rec_type
330: );
331:
332: PROCEDURE create_work_class_event (

Line 329: p_old_per_interest_rec IN hz_person_info_v2pub.person_interest_rec_type

325: );
326:
327: PROCEDURE update_person_interest_event (
328: p_per_interest_rec IN hz_person_info_v2pub.person_interest_rec_type,
329: p_old_per_interest_rec IN hz_person_info_v2pub.person_interest_rec_type
330: );
331:
332: PROCEDURE create_work_class_event (
333: p_work_class_rec IN hz_person_info_v2pub.work_class_rec_type

Line 333: p_work_class_rec IN hz_person_info_v2pub.work_class_rec_type

329: p_old_per_interest_rec IN hz_person_info_v2pub.person_interest_rec_type
330: );
331:
332: PROCEDURE create_work_class_event (
333: p_work_class_rec IN hz_person_info_v2pub.work_class_rec_type
334: );
335:
336: PROCEDURE update_work_class_event (
337: p_work_class_rec IN hz_person_info_v2pub.work_class_rec_type,

Line 337: p_work_class_rec IN hz_person_info_v2pub.work_class_rec_type,

333: p_work_class_rec IN hz_person_info_v2pub.work_class_rec_type
334: );
335:
336: PROCEDURE update_work_class_event (
337: p_work_class_rec IN hz_person_info_v2pub.work_class_rec_type,
338: p_old_work_class_rec IN hz_person_info_v2pub.work_class_rec_type
339: );
340:
341:

Line 338: p_old_work_class_rec IN hz_person_info_v2pub.work_class_rec_type

334: );
335:
336: PROCEDURE update_work_class_event (
337: p_work_class_rec IN hz_person_info_v2pub.work_class_rec_type,
338: p_old_work_class_rec IN hz_person_info_v2pub.work_class_rec_type
339: );
340:
341:
342: -- HZ_CUST_ACCT_INFO_PUB