DBA Data[Home] [Help]

APPS.RCV_ROI_PARALLEL dependencies on RCV_ROI_PARALLEL

Line 1: PACKAGE BODY RCV_ROI_PARALLEL AS

1: PACKAGE BODY RCV_ROI_PARALLEL AS
2: /* $Header: RCVPGRPB.pls 115.4 2004/06/30 23:47:40 wkunz ship $ */
3:
4: -- Read the profile option that enables/disables the debug log
5: g_asn_debug VARCHAR2(1) := NVL(FND_PROFILE.VALUE('RCV_DEBUG_MODE'),'N');

Line 7: p_req_ids OUT NOCOPY RCV_ROI_PARALLEL.reqid_list) IS

3:
4: -- Read the profile option that enables/disables the debug log
5: g_asn_debug VARCHAR2(1) := NVL(FND_PROFILE.VALUE('RCV_DEBUG_MODE'),'N');
6: PROCEDURE spawn_process(p_num_of_groups IN NUMBER,
7: p_req_ids OUT NOCOPY RCV_ROI_PARALLEL.reqid_list) IS
8: x_progress NUMBER;
9: /*
10: cursor c_header is
11: select header_interface_id from rcv_headers_interface

Line 165: END RCV_ROI_PARALLEL;

161:
162: p_req_ids(k) := v_req_id;
163: END LOOP;
164: END spawn_process;
165: END RCV_ROI_PARALLEL;