DBA Data[Home] [Help]

APPS.PAY_CC_PROCESS_UTILS dependencies on PAY_EVENT_UPDATES

Line 1911: pay_event_updates peu,

1907:
1908: cursor get_group_events(p_cca_date date, p_sysdate date) is
1909: select pdt.table_name,ppe.surrogate_key
1910: from pay_process_events ppe,
1911: pay_event_updates peu,
1912: pay_dated_tables pdt
1913: where ppe.assignment_id is null
1914: and ppe.creation_date between p_cca_date
1915: and p_sysdate