DBA Data[Home] [Help]

APPS.AR_LOCVS_PKG dependencies on APP_EXCEPTION

Line 629: app_exception.raise_exception;

625: IF PG_DEBUG = 'Y' THEN
626: arp_util_tax.debug(' No record found for AR_LOCATION_VALUES_OLD ');
627: END IF;
628: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
629: app_exception.raise_exception;
630: end if;
631: close c;
632:
633: if ( (recinfo.LOCATION_SEGMENT_ID = X_LOCATION_SEGMENT_ID)

Line 682: app_exception.raise_exception;

678: ) then
679: null;
680: else
681: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
682: app_exception.raise_exception;
683: end if;
684:
685: open c1;
686: fetch c1 into acctinfo;

Line 692: -- app_exception.raise_exception;

688: close c1;
689: -- fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
690: -- Bugfix 1712826: Do not raise exception, because there will be a row
691: -- in AR_LOCATION_ACCOUNTS only for one out of State/County/CITY
692: -- app_exception.raise_exception;
693: IF PG_DEBUG = 'Y' THEN
694: arp_util_tax.debug(' No record found for AR_LOCATION_ACCOUNTS ');
695: END IF;
696: else

Line 742: app_exception.raise_exception;

738: ) then
739: null;
740: else
741: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
742: app_exception.raise_exception;
743: end if;
744: end if; -- c1%notfound
745:
746: IF PG_DEBUG = 'Y' THEN