DBA Data[Home] [Help]

APPS.OTA_BULK_ENROLL_UTIL dependencies on HZ_CUST_ACCOUNT_ROLES

Line 616: l_customer_id HZ_CUST_ACCOUNT_ROLES.cust_account_id%type := NULL;

612: l_assignment_id OTA_DELEGATE_BOOKINGS.delegate_assignment_id%TYPE := NULL;
613: l_email_address OTA_DELEGATE_BOOKINGS.delegate_contact_email%TYPE := NULL;
614: l_person_address_type VARCHAR2(1);
615: l_ext_lrnr_details ota_learner_enroll_ss.csr_ext_lrnr_Details%ROWTYPE;
616: l_customer_id HZ_CUST_ACCOUNT_ROLES.cust_account_id%type := NULL;
617: l_corespondent VARCHAR2(1) := NULL;
618: l_source_of_booking VARCHAR2(30) := NULL; --Bug 5580960 : Incleased the SIZE.
619: l_enrollment_type VARCHAR2(1) := 'S';
620: l_priority_level VARCHAR2(30) := null;