DBA Data[Home] [Help]

APPS.CS_ERES_INT_PKG dependencies on OKS_ENT_LINE_DETAILS_V

Line 1276: FROM oks_ent_line_details_v

1272: -- :Contract_Service
1273: -- :Contract_Coverage
1274: CURSOR Get_Contract (v_contract_service_id NUMBER) IS
1275: SELECT contract_number, service_description, coverage_description
1276: FROM oks_ent_line_details_v
1277: WHERE service_line_id = v_contract_service_id;
1278:
1279: l_Contract_Number VARCHAR2(120);
1280: l_Contract_Service VARCHAR2(240);