DBA Data[Home] [Help]

APPS.OKS_BILLING_PROFILES_PUB dependencies on OKC_TIME_CODE_UNITS_V

Line 892: from okc_time_code_units_v

888: WHERE ID = l_billing_profile_Id;
889:
890: Cursor get_day_uom_code IS
891: select uom_code
892: from okc_time_code_units_v
893: where tce_code='DAY'
894: and quantity=1;
895:
896: l_return_status VARCHAR2(200);