DBA Data[Home] [Help]

APPS.RCV_ROI_PARALLEL dependencies on FND_PROFILE

Line 5: g_asn_debug VARCHAR2(1) := NVL(FND_PROFILE.VALUE('RCV_DEBUG_MODE'),'N');

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');
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: /*