DBA Data[Home] [Help]

APPS.OTA_DELEGATE_BOOKING_API dependencies on OTA_CME_UTIL

Line 919: ota_cme_util.update_cme_status(p_event_id => p_event_id,

915: p_contact_id => p_delegate_contact_id,
916: p_lp_enrollment_ids => l_lp_enrollment_ids);
917:
918: -- update any associated cert member enrollment statuses
919: ota_cme_util.update_cme_status(p_event_id => p_event_id,
920: p_person_id => p_delegate_person_id,
921: p_contact_id => p_delegate_contact_id,
922: p_cert_prd_enrollment_ids => l_cert_prd_enrollment_ids);
923:

Line 2511: ota_cme_util.update_cme_status(p_event_id => l_new_event_id,

2507: p_contact_id => null,
2508: p_lp_enrollment_ids => l_lp_enrollment_ids);
2509:
2510: -- update any associated cert member enrollment statuses
2511: ota_cme_util.update_cme_status(p_event_id => l_new_event_id,
2512: p_person_id => l_person_id,
2513: p_contact_id => null,
2514: p_cert_prd_enrollment_ids => l_cert_prd_enrollment_ids);
2515:

Line 2522: ota_cme_util.update_cme_status(p_event_id => l_new_event_id,

2518: p_person_id => null,
2519: p_contact_id => l_delegate_contact_id,
2520: p_lp_enrollment_ids => l_lp_enrollment_ids);
2521: -- update any associated cert member enrollment statuses
2522: ota_cme_util.update_cme_status(p_event_id => l_new_event_id,
2523: p_person_id => null,
2524: p_contact_id => l_delegate_contact_id,
2525: p_cert_prd_enrollment_ids => l_cert_prd_enrollment_ids);
2526:

Line 2733: ota_cme_util.update_cme_status(p_event_id => ota_tdb_shd.g_old_rec.event_id,

2729: p_contact_id => null,
2730: p_lp_enrollment_ids => l_lp_enrollment_ids);
2731:
2732: -- update any associated cert member enrollment statuses
2733: ota_cme_util.update_cme_status(p_event_id => ota_tdb_shd.g_old_rec.event_id,
2734: p_person_id => l_person_id,
2735: p_contact_id => null,
2736: p_cert_prd_enrollment_ids => l_cert_prd_enrollment_ids);
2737:

Line 2744: ota_cme_util.update_cme_status(p_event_id => l_new_event_id,

2740: p_contact_id => null,
2741: p_lp_enrollment_ids => l_lp_enrollment_ids);
2742:
2743: -- update any associated cert member enrollment statuses
2744: ota_cme_util.update_cme_status(p_event_id => l_new_event_id,
2745: p_person_id => l_person_id,
2746: p_contact_id => null,
2747: p_cert_prd_enrollment_ids => l_cert_prd_enrollment_ids);
2748:

Line 2761: ota_cme_util.update_cme_status(p_event_id => ota_tdb_shd.g_old_rec.event_id,

2757: p_contact_id => l_delegate_contact_id,
2758: p_lp_enrollment_ids => l_lp_enrollment_ids);
2759:
2760: -- update any associated cert member enrollment statuses
2761: ota_cme_util.update_cme_status(p_event_id => ota_tdb_shd.g_old_rec.event_id,
2762: p_person_id => null,
2763: p_contact_id => l_delegate_contact_id,
2764: p_cert_prd_enrollment_ids => l_cert_prd_enrollment_ids);
2765:

Line 2772: ota_cme_util.update_cme_status(p_event_id => l_new_event_id,

2768: p_contact_id => l_delegate_contact_id,
2769: p_lp_enrollment_ids => l_lp_enrollment_ids);
2770:
2771: -- update any associated cert member enrollment statuses
2772: ota_cme_util.update_cme_status(p_event_id => l_new_event_id,
2773: p_person_id => null,
2774: p_contact_id => l_delegate_contact_id,
2775: p_cert_prd_enrollment_ids => l_cert_prd_enrollment_ids);
2776:

Line 2789: ota_cme_util.update_cme_status(p_event_id => ota_tdb_shd.g_old_rec.event_id,

2785: p_contact_id => null,
2786: p_lp_enrollment_ids => l_lp_enrollment_ids);
2787:
2788: -- update any associated cert member enrollment statuses
2789: ota_cme_util.update_cme_status(p_event_id => ota_tdb_shd.g_old_rec.event_id,
2790: p_person_id => ota_tdb_shd.g_old_rec.delegate_person_id,
2791: p_contact_id => null,
2792: p_cert_prd_enrollment_ids => l_cert_prd_enrollment_ids);
2793:

Line 2800: ota_cme_util.update_cme_status(p_event_id => l_new_event_id,

2796: p_contact_id => null,
2797: p_lp_enrollment_ids => l_lp_enrollment_ids);
2798:
2799: -- update any associated cert member enrollment statuses
2800: ota_cme_util.update_cme_status(p_event_id => l_new_event_id,
2801: p_person_id => l_person_id,
2802: p_contact_id => null,
2803: p_cert_prd_enrollment_ids => l_cert_prd_enrollment_ids);
2804:

Line 2818: ota_cme_util.update_cme_status(p_event_id => ota_tdb_shd.g_old_rec.event_id,

2814: p_contact_id =>ota_tdb_shd.g_old_rec.delegate_contact_id,
2815: p_lp_enrollment_ids => l_lp_enrollment_ids);
2816:
2817: -- update any associated cert member enrollment statuses
2818: ota_cme_util.update_cme_status(p_event_id => ota_tdb_shd.g_old_rec.event_id,
2819: p_person_id => null,
2820: p_contact_id => ota_tdb_shd.g_old_rec.delegate_contact_id,
2821: p_cert_prd_enrollment_ids => l_cert_prd_enrollment_ids);
2822:

Line 2829: ota_cme_util.update_cme_status(p_event_id => l_new_event_id,

2825: p_contact_id => p_delegate_contact_id,
2826: p_lp_enrollment_ids => l_lp_enrollment_ids);
2827:
2828: -- update any associated cert member enrollment statuses
2829: ota_cme_util.update_cme_status(p_event_id => l_new_event_id,
2830: p_person_id => null,
2831: p_contact_id => p_delegate_contact_id,
2832: p_cert_prd_enrollment_ids => l_cert_prd_enrollment_ids);
2833:

Line 2846: ota_cme_util.update_cme_status(p_event_id => ota_tdb_shd.g_old_rec.event_id,

2842: p_contact_id => null,
2843: p_lp_enrollment_ids => l_lp_enrollment_ids);
2844:
2845: -- update any associated cert member enrollment statuses
2846: ota_cme_util.update_cme_status(p_event_id => ota_tdb_shd.g_old_rec.event_id,
2847: p_person_id => ota_tdb_shd.g_old_rec.delegate_person_id,
2848: p_contact_id => null,
2849: p_cert_prd_enrollment_ids => l_cert_prd_enrollment_ids);
2850:

Line 2856: ota_cme_util.update_cme_status(p_event_id => ota_tdb_shd.g_old_rec.event_id,

2852: p_person_id => l_person_id,
2853: p_contact_id => null,
2854: p_lp_enrollment_ids => l_lp_enrollment_ids);
2855: -- update any associated cert member enrollment statuses
2856: ota_cme_util.update_cme_status(p_event_id => ota_tdb_shd.g_old_rec.event_id,
2857: p_person_id => l_person_id,
2858: p_contact_id => null,
2859: p_cert_prd_enrollment_ids => l_cert_prd_enrollment_ids);
2860:

Line 2873: ota_cme_util.update_cme_status(p_event_id => ota_tdb_shd.g_old_rec.event_id,

2869: p_contact_id =>ota_tdb_shd.g_old_rec.delegate_contact_id,
2870: p_lp_enrollment_ids => l_lp_enrollment_ids);
2871:
2872: -- update any associated cert member enrollment statuses
2873: ota_cme_util.update_cme_status(p_event_id => ota_tdb_shd.g_old_rec.event_id,
2874: p_person_id => null,
2875: p_contact_id => ota_tdb_shd.g_old_rec.delegate_contact_id,
2876: p_cert_prd_enrollment_ids => l_cert_prd_enrollment_ids);
2877:

Line 2884: ota_cme_util.update_cme_status(p_event_id => ota_tdb_shd.g_old_rec.event_id,

2880: p_contact_id => p_delegate_contact_id,
2881: p_lp_enrollment_ids => l_lp_enrollment_ids);
2882:
2883: -- update any associated cert member enrollment statuses
2884: ota_cme_util.update_cme_status(p_event_id => ota_tdb_shd.g_old_rec.event_id,
2885: p_person_id => null,
2886: p_contact_id => p_delegate_contact_id,
2887: p_cert_prd_enrollment_ids => l_cert_prd_enrollment_ids);
2888: