DBA Data[Home] [Help]

APPS.PV_REFERRAL_GENERAL_PUB dependencies on PV_ENTITY_ATTRS

Line 2329: FROM pv_entity_attrs a

2325: )
2326: IS
2327: CURSOR c_sql_text IS
2328: SELECT a.sql_text
2329: FROM pv_entity_attrs a
2330: WHERE a.entity = p_entity_type AND
2331: a.attribute_id = p_attribute_id;
2332:
2333: BEGIN