DBA Data[Home] [Help]

APPS.ARP_PS_PKG dependencies on APP_EXCEPTION

Line 1526: | APP_EXCEPTION.Raise_Exception in both the |

1522: | MODIFICATION HISTORY - Created by Ganesh Vaidee - 04/25/95 |
1523: | |
1524: | 20-JAN-98 Neeraj Tandon Added exception WHEN NO_DATA_FOUND and also |
1525: | added calls to FND_MESSAGE.Set_Name and |
1526: | APP_EXCEPTION.Raise_Exception in both the |
1527: | EXCEPTIONS. Bug Fix : 611600 |
1528: | 06-FEB-98 Neeraj Tandon Reverted back the changes made in the last fix.|
1529: | Adding these changes caused Adjustment Form |
1530: | (ARXTWADJ) to behave indifferently. |

Line 1739: APP_EXCEPTION.Raise_Exception;

1735: EXCEPTION
1736: WHEN NO_DATA_FOUND THEN
1737: -- This is the case when row was changed
1738: FND_MESSAGE.Set_Name('FND', 'FORM_RECORD_CHANGED');
1739: APP_EXCEPTION.Raise_Exception;
1740:
1741: WHEN OTHERS THEN
1742: IF PG_DEBUG in ('Y', 'C') THEN
1743: arp_standard.debug('dump_debug: ' ||