DBA Data[Home] [Help]

APPS.PAY_CC_PROCESS_UTILS dependencies on PAY_EVENT_UPDATES

Line 1985: pay_event_updates peu,

1981:
1982: cursor get_group_events(p_cca_date date, p_sysdate date) is
1983: select pdt.table_name,ppe.surrogate_key
1984: from pay_process_events ppe,
1985: pay_event_updates peu,
1986: pay_dated_tables pdt
1987: where ppe.assignment_id is null
1988: and ppe.creation_date between p_cca_date
1989: and p_sysdate