DBA Data[Home] [Help]

APPS.PAY_CORE_XDO_UTILS dependencies on FND_CONCURRENT_REQUESTS

Line 4: Type t_req_ids is Table of fnd_concurrent_requests.request_id%type index by binary_integer;

1: PACKAGE pay_core_xdo_utils AUTHID CURRENT_USER as
2: /* $Header: paycorexdoutil.pkh 120.0.12000000.1 2007/03/21 13:52:18 sausingh noship $ */
3:
4: Type t_req_ids is Table of fnd_concurrent_requests.request_id%type index by binary_integer;
5: request_list t_req_ids;
6:
7: Procedure ARCHIVE_DEINIT(p_payroll_action_id IN NUMBER);
8: