DBA Data[Home] [Help]

APPS.OTA_UTILITY dependencies on OTA_CUSTOMER_CONTACTS_V

Line 335: l_full_name ota_customer_contacts_v.full_name%type;

331:
332: l_event_title ota_events_tl.title%type; --MLS Change added _tl
333: l_start_date date;
334: l_end_date date;
335: l_full_name ota_customer_contacts_v.full_name%type;
336: l_contact_id hz_cust_account_roles.cust_account_role_id%type;
337: l_version_name ota_activity_versions_tl.version_name%type; --MLS Change added _tl
338:
339:

Line 379: ota_customer_contacts_v

375: Cursor c_student
376: IS
377: Select full_name
378: From
379: ota_customer_contacts_v
380: Where
381: contact_id = l_contact_id;
382:
383: CURSOR C_Event