DBA Data[Home] [Help]

APPS.RCV_DEFAULT_PKG dependencies on RCV_DEFAULT_PKG

Line 1: PACKAGE BODY rcv_default_pkg AS

1: PACKAGE BODY rcv_default_pkg AS
2: /* $Header: RCVDFLTB.pls 120.38.12010000.8 2008/12/24 18:04:38 vthevark ship $*/
3: g_debug_flag CONSTANT VARCHAR2(1) := NVL(fnd_profile.VALUE('RCV_DEBUG_MODE'), 'N');
4: /* the following marker variables indicate the possibility that the defaulted
5: code does not match the ID's derived from the backing docs */

Line 7722: END rcv_default_pkg;

7718: ) IS
7719: BEGIN
7720: default_rti_from_rti(rti);
7721: END default_from_parent;
7722: END rcv_default_pkg;