DBA Data[Home] [Help]

APPS.RCV_RMA_TRANSACTIONS dependencies on FND_PROFILE

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

1: PACKAGE BODY rcv_rma_transactions
2: /* $Header: RCVRMATB.pls 120.7.12000000.4 2007/08/15 19:47:10 vthevark ship $*/
3: AS
4: g_asn_debug VARCHAR2(1) := NVL(fnd_profile.VALUE('RCV_DEBUG_MODE'), 'N');
5: x_progress VARCHAR2(3);
6: TYPE t_used_rma_line_amounts is table of number index by binary_integer;
7: g_used_rma_line_amounts t_used_rma_line_amounts;
8: