DBA Data[Home] [Help]

APPS.RCV_FTE_CALL_PVT dependencies on RCV_FTE_CALL_PVT

Line 1: PACKAGE BODY RCV_FTE_CALL_PVT AS

1: PACKAGE BODY RCV_FTE_CALL_PVT AS
2: /* $Header: RCVFTECB.pls 120.2 2006/03/21 15:35:51 pparthas noship $ */
3:
4: PROCEDURE call_fte(
5: p_action IN VARCHAR2,

Line 31: asn_debug.put_line('RCV_FTE_CALL_PVT.call_fte: fte not installed, skipping fte call');

27: -- If this is a regular RECEIPT_ADD transaction,
28: -- we just need to note it
29:
30: IF (WSH_UTIL_CORE.FTE_IS_INSTALLED <> 'Y') THEN
31: asn_debug.put_line('RCV_FTE_CALL_PVT.call_fte: fte not installed, skipping fte call');
32: RETURN;
33: END IF;
34:
35: IF (p_action = 'RECEIPT_ADD')

Line 246: END RCV_FTE_CALL_PVT;

242: END IF;
243: END LOOP;
244: END aggregate_calls;
245:
246: END RCV_FTE_CALL_PVT;