DBA Data[Home] [Help]

APPS.PV_PG_NOTIF_UTILITY_PVT dependencies on PV_GE_NOTIF_RULES_VL

Line 725: FROM pv_ge_notif_rules_vl

721: RETURN VARCHAR2
722: IS
723: CURSOR c_notif_rule_active IS
724: SELECT active_flag
725: FROM pv_ge_notif_rules_vl
726: WHERE notif_type_code = p_notif_type
727: AND arc_notif_for_entity_code = 'PRGM'
728: AND notif_for_entity_id = p_program_id ;
729: