DBA Data[Home] [Help]

APPS.OKS_BILLING_PROFILES_PUB dependencies on OKC_TIME_CODE_UNITS_V

Line 1194: from okc_time_code_units_v

1190: WHERE ID = l_billing_profile_Id;
1191:
1192: Cursor get_day_uom_code IS
1193: select uom_code
1194: from okc_time_code_units_v
1195: where tce_code='DAY'
1196: and quantity=1;
1197:
1198: /* cgopinee bugfix for 7596241*/