DBA Data[Home] [Help]

APPS.JTY_TERR_DENORM_RULES_PVT dependencies on JTY_DEA_ATTR_PRODUCTS

Line 149: FROM jty_dea_attr_products

145: WHERE a.source_id = p_source_id
146: AND a.delete_flag = 'Y'
147: AND a.relation_product in (
148: SELECT attr_relation_product
149: FROM jty_dea_attr_products
150: WHERE source_id = p_source_id );
151: END IF;
152:
153: /* Calculate the selectivity of the columns in the denorm value table */