DBA Data[Home] [Help]

APPS.IBY_ADDRESS_PKG dependencies on IBY_ADDRESS_PKG

Line 1: package body iby_address_pkg as

1: package body iby_address_pkg as
2: /*$Header: ibyadrsb.pls 120.1 2005/10/30 05:49:33 appldev noship $*/
3: /*
4: ** Function: createAddress
5: ** Purpose: Creates an entry in the iby_address table and assigns an id

Line 209: end iby_address_pkg;

205: end if;
206:
207: --raise_application_error(-20902, 'NO Address Info matched ', FALSE);
208: end modAddress;
209: end iby_address_pkg;
210: