DBA Data[Home] [Help]

APPS.ARH_CONT_PKG dependencies on ARH_CONT_PKG

Line 1: PACKAGE BODY arh_cont_pkg as

1: PACKAGE BODY arh_cont_pkg as
2: /* $Header: ARHCONTB.pls 120.12 2006/12/04 09:58:42 salladi ship $*/
3: --
4: -- PROCEDURE
5: -- check_unique_contact_name

Line 593: arp_standard.debug('arh_cont_pkg.insert_row +');

589: l_update_required VARCHAR2(1) := 'N';
590:
591: BEGIN
592:
593: arp_standard.debug('arh_cont_pkg.insert_row +');
594: arp_standard.debug(' x_contact_number :'||x_contact_number );
595: arp_standard.debug(' x_contact_id :'||x_contact_id );
596: --
597: -- Bug 631501: automatically assign contact number if profile

Line 641: arh_cont_pkg.check_unique_orig_system_ref(x_orig_system_reference);

637:
638: --
639: -- validate uniqueness
640: --
641: arh_cont_pkg.check_unique_orig_system_ref(x_orig_system_reference);
642: l_generate_party_number := fnd_profile.value('HZ_GENERATE_PARTY_NUMBER');
643:
644:
645: --

Line 2036: END arh_cont_pkg;

2032: END;
2033:
2034: --}
2035:
2036: END arh_cont_pkg;