DBA Data[Home] [Help]

APPS.PAY_RETRO_NOTIF_PKG dependencies on PAY_EVENT_UPDATES

Line 737: pay_event_updates peu,

733: ppe.effective_date)
734: )
735: into l_min_eff_date
736: from pay_process_events ppe,
737: pay_event_updates peu,
738: pay_dated_tables pdt
739: where ppe.assignment_id = p_assignment_id
740: and ppe.creation_date between p_min_creation_date
741: and p_time_processing_started

Line 756: pay_event_updates peu,

752: ppe.effective_date)
753: )
754: into l_min_grp_eff_date
755: from pay_process_events ppe,
756: pay_event_updates peu,
757: pay_dated_tables pdt
758: where ppe.assignment_id is null
759: and ppe.creation_date between p_min_creation_date
760: and p_time_processing_started