DBA Data[Home] [Help]

APPS.XTR_COF_P dependencies on APP_EXCEPTIONS

Line 948: when app_exceptions.RECORD_LOCK_EXCEPTION then

944: */
945: end if;
946:
947: exception
948: when app_exceptions.RECORD_LOCK_EXCEPTION then
949: if CHK_LOCK_ROWS_ONC%ISOPEN then
950: close CHK_LOCK_ROWS_ONC;
951: end if;
952: if CHK_LOCK_ROWS_TMM%ISOPEN then

Line 961: raise app_exceptions.RECORD_LOCK_EXCEPTION;

957: end if;
958: if CHK_LOCK_ROWS_IG%ISOPEN then
959: close CHK_LOCK_ROWS_IG;
960: end if;
961: raise app_exceptions.RECORD_LOCK_EXCEPTION;
962:
963: end MAINTAIN_POSITION_HISTORY;
964:
965:

Line 1572: when app_exceptions.RECORD_LOCK_EXCEPTION then

1568: L_AS_AT_DATE :=L_AS_AT_DATE +1;
1569: END LOOP;
1570:
1571: exception
1572: when app_exceptions.RECORD_LOCK_EXCEPTION then
1573: if CHK_LOCK_ROWS_ONC%ISOPEN then
1574: close CHK_LOCK_ROWS_ONC;
1575: end if;
1576: if CHK_LOCK_ROWS_TMM%ISOPEN then

Line 1585: raise app_exceptions.RECORD_LOCK_EXCEPTION;

1581: end if;
1582: if CHK_LOCK_ROWS_IG%ISOPEN then
1583: close CHK_LOCK_ROWS_IG;
1584: end if;
1585: raise app_exceptions.RECORD_LOCK_EXCEPTION;
1586:
1587: end SNAPSHOT_POSITION_HISTORY;
1588:
1589:

Line 2182: when app_exceptions.RECORD_LOCK_EXCEPTION then

2178: end if; /* Not IG deal type */
2179: end if;
2180:
2181: exception
2182: when app_exceptions.RECORD_LOCK_EXCEPTION then
2183: if CHK_LOCK_ROWS%ISOPEN then
2184: close CHK_LOCK_ROWS;
2185: end if;
2186: raise app_exceptions.RECORD_LOCK_EXCEPTION;

Line 2186: raise app_exceptions.RECORD_LOCK_EXCEPTION;

2182: when app_exceptions.RECORD_LOCK_EXCEPTION then
2183: if CHK_LOCK_ROWS%ISOPEN then
2184: close CHK_LOCK_ROWS;
2185: end if;
2186: raise app_exceptions.RECORD_LOCK_EXCEPTION;
2187: end MAINTAIN_COST_OF_FUND;
2188:
2189:
2190: PROCEDURE SNAPSHOT_COST_OF_FUNDS(errbuf OUT NOCOPY VARCHAR2,