DBA Data[Home] [Help]

APPS.PAY_RETRO_NOTIF_PKG dependencies on PAY_EVENT_UPDATES

Line 729: pay_event_updates peu,

725: ppe.effective_date)
726: )
727: into l_min_eff_date
728: from pay_process_events ppe,
729: pay_event_updates peu,
730: pay_dated_tables pdt
731: where ppe.assignment_id = p_assignment_id
732: and ppe.creation_date between p_min_creation_date
733: and p_time_processing_started

Line 748: pay_event_updates peu,

744: ppe.effective_date)
745: )
746: into l_min_grp_eff_date
747: from pay_process_events ppe,
748: pay_event_updates peu,
749: pay_dated_tables pdt
750: where ppe.assignment_id is null
751: and ppe.creation_date between p_min_creation_date
752: and p_time_processing_started