DBA Data[Home] [Help]

APPS.ARP_ADDS dependencies on ARP_ADDS

Line 1: PACKAGE BODY ARP_ADDS AS

1: PACKAGE BODY ARP_ADDS AS
2: /* $Header: ARPLLOCB.pls 120.10 2005/09/02 02:30:14 sachandr ship $ */
3:
4: /*-------------------------------------------------------------------------+
5: | |

Line 128: 'AR.PLSQL.ARP_ADDS.find_location_segment_id',

124: -- Stubbed out for R12
125: g_current_runtime_level := FND_LOG.G_CURRENT_RUNTIME_LEVEL;
126: IF (g_level_procedure >= g_current_runtime_level ) THEN
127: FND_LOG.STRING(g_level_procedure,
128: 'AR.PLSQL.ARP_ADDS.find_location_segment_id',
129: 'Warning - obsolete code being referenced: ARP_TAX.find_location_segment_id()');
130: END IF;
131: return null;
132: END find_location_segment_id;

Line 772: END ARP_ADDS ;

768: BEGIN
769:
770: -- Stubbed out for R12
771: null;
772: END ARP_ADDS ;