DBA Data[Home] [Help]

APPS.PV_ENRQ_BINS_PVT dependencies on PV_GE_NOTIF_RULES_B

Line 563: FROM pv_ge_notif_rules_b

559: SELECT decode(send_notif_before_unit, 'PV_MONTHS',add_months(sysdate,send_notif_before_value)
560: ,'PV_WEEKS', sysdate+ send_notif_before_value*7
561: ,'PV_DAYS', sysdate+send_notif_before_value,null) cdate
562:
563: FROM pv_ge_notif_rules_b
564: WHERE arc_notif_for_entity_code = 'PRGM'
565: AND notif_for_entity_id = program_id
566: AND notif_type_code = 'PG_MEM_EXP'
567: AND active_flag = 'Y';