DBA Data[Home] [Help]

APPS.MTL_TXN_INTERFACE_PKG dependencies on APP_EXCEPTION

Line 1515: app_exception.raise_exception;

1511: fetch c into recinfo;
1512: if (c%notfound) then
1513: close c;
1514: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
1515: app_exception.raise_exception;
1516: end if;
1517: close c;
1518: if ( ((recinfo.PLANNING_ORGANIZATION_ID = X_PLANNING_ORGANIZATION_ID)
1519: OR ((recinfo.PLANNING_ORGANIZATION_ID is null) AND (X_PLANNING_ORGANIZATION_ID is null)))

Line 2094: app_exception.raise_exception;

2090: ) then
2091: null;
2092: else
2093: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
2094: app_exception.raise_exception;
2095: end if;
2096:
2097: return;
2098: end LOCK_ROW;