DBA Data[Home] [Help]

APPS.CS_CHARGE_DETAILS_PVT dependencies on CSI_II_RELATIONSHIPS

Line 1531: FROM csi_ii_relationships

1527: RETURN VARCHAR2 IS
1528:
1529: Cursor get_parent_instance(p_customer_product_id Number, p_parent_instance_id Number) is
1530: SELECT 'Y'
1531: FROM csi_ii_relationships
1532: WHERE subject_id = p_customer_product_id
1533: and object_id = p_parent_instance_id;
1534:
1535: lv_exists_flag VARCHAR2(1) := 'N';