DBA Data[Home] [Help]

APPS.OTA_UTILITY dependencies on OTA_LP_ENROLLMENTS

Line 753: FUNCTION get_customer_id(p_contact_id IN ota_lp_enrollments.contact_id%TYPE)

749: p_customer_id IN ota_delegate_bookings.customer_id%TYPE,
750: p_contact_id IN ota_delegate_bookings.delegate_contact_id%TYPE)
751: RETURN VARCHAR2;
752:
753: FUNCTION get_customer_id(p_contact_id IN ota_lp_enrollments.contact_id%TYPE)
754: RETURN number;
755:
756: FUNCTION get_cust_org_name(p_organization_id IN ota_delegate_bookings.organization_id%TYPE,
757: p_customer_id IN ota_delegate_bookings.customer_id%TYPE,

Line 758: p_contact_id IN ota_lp_enrollments.contact_id%TYPE default null)

754: RETURN number;
755:
756: FUNCTION get_cust_org_name(p_organization_id IN ota_delegate_bookings.organization_id%TYPE,
757: p_customer_id IN ota_delegate_bookings.customer_id%TYPE,
758: p_contact_id IN ota_lp_enrollments.contact_id%TYPE default null)
759: RETURN VARCHAR2;
760:
761: -- ----------------------------------------------------------------
762: -- --------------------------------------