DBA Data[Home] [Help]

APPS.OTA_UTILITY dependencies on OTA_LP_ENROLLMENTS

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

784: p_customer_id IN ota_delegate_bookings.customer_id%TYPE,
785: p_contact_id IN ota_delegate_bookings.delegate_contact_id%TYPE)
786: RETURN VARCHAR2;
787:
788: FUNCTION get_customer_id(p_contact_id IN ota_lp_enrollments.contact_id%TYPE)
789: RETURN number;
790:
791: FUNCTION get_cust_org_name(p_organization_id IN ota_delegate_bookings.organization_id%TYPE,
792: p_customer_id IN ota_delegate_bookings.customer_id%TYPE,

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

789: RETURN number;
790:
791: FUNCTION get_cust_org_name(p_organization_id IN ota_delegate_bookings.organization_id%TYPE,
792: p_customer_id IN ota_delegate_bookings.customer_id%TYPE,
793: p_contact_id IN ota_lp_enrollments.contact_id%TYPE default null)
794: RETURN VARCHAR2;
795:
796: -- ----------------------------------------------------------------
797: -- --------------------------------------