DBA Data[Home] [Help]

APPS.OE_VALUE_TO_ID dependencies on OKS_BILLING_PROFILES_V

Line 6913: from oks_billing_profiles_v

6909: RETURN NULL;
6910: END IF;
6911: SELECT ID
6912: INTO l_bill_profile_id
6913: from oks_billing_profiles_v
6914: where Profile_number = p_service_bill_profile;
6915: RETURN l_bill_profile_id;
6916: EXCEPTION
6917: WHEN NO_DATA_FOUND THEN