DBA Data[Home] [Help]

APPS.PN_TENANCIES_PKG dependencies on APP_EXCEPTION

Line 143: app_exception.Raise_Exception;

139: ,X_OCCUPANCY_DATE
140: ,X_EXPIRATION_DATE
141: );
142: IF (l_returnStatus IS NOT NULL) THEN
143: app_exception.Raise_Exception;
144: END IF;
145:
146: ---------------------------------------------------
147: -- Check IF the tenancy dates overlap

Line 163: app_exception.Raise_Exception;

159: );
160: IF (l_returnStatus = 'W') THEN
161: x_tenancy_ovelap_wrn := 'Y';
162: ELSIF (l_returnStatus IS NOT NULL) THEN
163: app_exception.Raise_Exception;
164: END IF;
165:
166:
167: ---------------------------------------------------

Line 650: app_exception.Raise_Exception;

646: ,X_OCCUPANCY_DATE
647: ,X_EXPIRATION_DATE
648: );
649: IF (l_returnStatus IS NOT NULL) THEN
650: app_exception.Raise_Exception;
651: END IF;
652:
653: ---------------------------------------------------
654: -- Check IF the tenancy dates overlap

Line 670: app_exception.Raise_Exception;

666: );
667: IF (l_returnStatus = 'W') THEN
668: x_tenancy_ovelap_wrn := 'Y';
669: ELSIF (l_returnStatus IS NOT NULL) THEN
670: app_exception.Raise_Exception;
671: END IF;
672:
673: ----------------------------------------------------
674: -- get the lease status