DBA Data[Home] [Help]

APPS.CS_MULTIORG_PVT dependencies on CS_CUSTOMER_PRODUCTS_ALL

Line 74: FROM cs_customer_products_all a,

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