DBA Data[Home] [Help]

APPS.OE_ID_TO_VALUE dependencies on OKS_BILLING_PROFILES_V

Line 7180: from oks_billing_profiles_v

7176:
7177: IF p_service_bill_profile_id IS NOT NULL THEN
7178: SELECT Profile_number
7179: INTO l_billing_profile
7180: from oks_billing_profiles_v
7181: where Id = p_service_bill_profile_id;
7182: ELSE
7183: l_billing_profile:= NULL;
7184: END IF;