DBA Data[Home] [Help]

APPS.ARP_ADDR_LABEL_PKG dependencies on ARP_ADDR_LABEL_PKG

Line 1: PACKAGE BODY arp_addr_label_pkg as

1: PACKAGE BODY arp_addr_label_pkg as
2: /* $Header: AROADDLB.pls 120.8 2005/11/17 08:50:39 salladi ship $ */
3:
4:
5: /*=============================================================================

Line 2884: || function in ARP_ADDR_LABEL_PKG.

2880: || This is why this new PL/SQL script file has been created.
2881: ||
2882: || The format_address function in ARP_ADDR_PKG still remains but its
2883: || contents consists of only a single call to the 'format_address'
2884: || function in ARP_ADDR_LABEL_PKG.
2885: ||
2886: || > In version 70.18 of AROADDRB.pls, the 'format_address' function in
2887: || ARP_ADDR_PKG was changed such that it no longer calls the
2888: || 'format_address' in ARP_ADDR_LABEL_PKG.

Line 2888: || 'format_address' in ARP_ADDR_LABEL_PKG.

2884: || function in ARP_ADDR_LABEL_PKG.
2885: ||
2886: || > In version 70.18 of AROADDRB.pls, the 'format_address' function in
2887: || ARP_ADDR_PKG was changed such that it no longer calls the
2888: || 'format_address' in ARP_ADDR_LABEL_PKG.
2889: ||
2890: || > To support the call from version 70.13 to 70.17 of AROADDRB.pls,
2891: || the function API for versoin 70.1 of arp_addr_label_pkg.format_address()
2892: || is maintained by an overloaded function. (The API for

Line 2891: || the function API for versoin 70.1 of arp_addr_label_pkg.format_address()

2887: || ARP_ADDR_PKG was changed such that it no longer calls the
2888: || 'format_address' in ARP_ADDR_LABEL_PKG.
2889: ||
2890: || > To support the call from version 70.13 to 70.17 of AROADDRB.pls,
2891: || the function API for versoin 70.1 of arp_addr_label_pkg.format_address()
2892: || is maintained by an overloaded function. (The API for
2893: || arp_addr_label_pkg.format_address() has been changed in version
2894: || 70.2 of AROADDLS.pls and AROADDLB.pls: a new parameter has been
2895: || added, see the format_address description below.)

Line 2893: || arp_addr_label_pkg.format_address() has been changed in version

2889: ||
2890: || > To support the call from version 70.13 to 70.17 of AROADDRB.pls,
2891: || the function API for versoin 70.1 of arp_addr_label_pkg.format_address()
2892: || is maintained by an overloaded function. (The API for
2893: || arp_addr_label_pkg.format_address() has been changed in version
2894: || 70.2 of AROADDLS.pls and AROADDLB.pls: a new parameter has been
2895: || added, see the format_address description below.)
2896: ||
2897: ||--------------------------------------------------------------------------

Line 2982: return( arp_addr_label_pkg.format_address_label(

2978: m_stop := '';
2979: END IF;
2980:
2981:
2982: return( arp_addr_label_pkg.format_address_label(
2983: style,
2984: address1,
2985: address2,
2986: address3,

Line 3086: return( arp_addr_label_pkg.format_address(

3082: height_max IN NUMBER default 1
3083: )return VARCHAR2 IS
3084: BEGIN
3085:
3086: return( arp_addr_label_pkg.format_address(
3087: address_style,
3088: address1,
3089: address2,
3090: address3,

Line 3115: END arp_addr_label_pkg;

3111:
3112: END format_address;
3113:
3114:
3115: END arp_addr_label_pkg;