DBA Data[Home] [Help]

APPS.OKS_ENT_UTIL_PVT dependencies on OKS_COV_TYPES_V

Line 1068: oks_cov_types_v covtyp

1064:
1065: CURSOR l_cov_csr IS
1066: Select covtyp.meaning
1067: from oks_k_lines_b okscle,
1068: oks_cov_types_v covtyp
1069: where okscle.coverage_type = covtyp.code
1070: and okscle.cle_id = p_line_id;
1071:
1072: l_cov_name FND_LOOKUPS.MEANING%TYPE;