DBA Data[Home] [Help]

APPS.CS_MULTIORG_PVT dependencies on CS_CUSTOMER_PRODUCTS_ALL

Line 75: FROM cs_customer_products_all a,

71: and a.contract_id = b.id;
72:
73: CURSOR l_RIB_csr IS
74: SELECT a.org_id
75: FROM cs_customer_products_all a,
76: cs_incidents_all_b b
77: WHERE b.incident_id = p_incident_id
78: AND a.customer_product_id = b.customer_product_id;
79: