DBA Data[Home] [Help]

APPS.HXC_GENERIC_RETRIEVAL_PKG dependencies on HXC_RETRIEVAL_PROCESSES

Line 275: p_process in hxc_retrieval_processes.name%TYPE

271: l_index NUMBER;
272:
273:
274: PROCEDURE execute_retrieval_process (
275: p_process in hxc_retrieval_processes.name%TYPE
276: , p_transaction_code in VARCHAR2
277: , p_start_date in DATE default null
278: , p_end_date in DATE default null
279: , p_incremental in VARCHAR2 default 'Y'

Line 288: Procedure Update_Transaction_Status ( p_process hxc_retrieval_processes.name%TYPE

284: , p_unique_params in VARCHAR2 default null
285: , p_since_date in VARCHAR2 default null
286: );
287:
288: Procedure Update_Transaction_Status ( p_process hxc_retrieval_processes.name%TYPE
289: , p_status hxc_transactions.status%TYPE
290: , p_exception_description hxc_transactions.exception_description%TYPE
291: , p_rollback BOOLEAN DEFAULT FALSE );
292: