DBA Data[Home] [Help]

APPS.ARP_BR_HOUSEKEEPER_PKG dependencies on APP_EXCEPTION

Line 325: APP_EXCEPTION.raise_exception;

321: | Not supported BR transaction status, this should |
322: | never happen unless the main query is changed |
323: +--------------------------------------------------*/
324: write_debug_and_log( 'Status '|| pg_BR_rec.status ||' not supported' );
325: APP_EXCEPTION.raise_exception;
326:
327: END IF;
328:
329: FETCH matured_cur INTO l_BR_rec;

Line 662: APP_EXCEPTION.raise_exception;

658: IF last_adjustment_cur%NOTFOUND THEN
659:
660: write_debug_and_log( 'Last endorsement adjustment for Bills Receivable transaction cannot be found' );
661: CLOSE last_adjustment_cur;
662: APP_EXCEPTION.raise_exception;
663:
664: END IF;
665:
666: CLOSE last_adjustment_cur;

Line 897: APP_EXCEPTION.raise_exception;

893: IF BR_cur%NOTFOUND THEN
894:
895: write_debug_and_log( 'Bills Receivable transaction cannot be found' );
896: CLOSE BR_cur;
897: APP_EXCEPTION.raise_exception;
898:
899: END IF;
900:
901: CLOSE BR_cur;

Line 1336: APP_EXCEPTION.raise_exception;

1332: IF last_std_application_cur%NOTFOUND THEN
1333:
1334: write_debug_and_log( 'Last Short Term Debt application cannot be found' );
1335: CLOSE last_std_application_cur;
1336: APP_EXCEPTION.raise_exception;
1337:
1338: END IF;
1339:
1340: CLOSE last_std_application_cur;

Line 1711: APP_EXCEPTION.raise_exception;

1707: +-------------------------------------------------------------*/
1708: IF prev_trh_cur%NOTFOUND THEN
1709: write_debug_and_log( 'Previous transaction history record cannot be found' );
1710: CLOSE prev_trh_cur;
1711: APP_EXCEPTION.raise_exception;
1712: END IF;
1713:
1714: CLOSE prev_trh_cur;
1715:

Line 1783: APP_EXCEPTION.raise_exception;

1779: IF remittance_setup_cur%NOTFOUND THEN
1780:
1781: write_debug_and_log( 'Previous transaction history record cannot be found' );
1782: CLOSE remittance_setup_cur;
1783: APP_EXCEPTION.raise_exception;
1784:
1785: END IF;
1786:
1787: CLOSE remittance_setup_cur;

Line 1808: APP_EXCEPTION.raise_exception;

1804:
1805: ELSE
1806:
1807: write_debug_and_log( 'Status '|| p_status ||' not supported' );
1808: APP_EXCEPTION.raise_exception;
1809:
1810: END IF;
1811:
1812: /*--------------------------------------------+

Line 1877: APP_EXCEPTION.raise_exception;

1873: IF endorsement_setup_cur%NOTFOUND THEN
1874:
1875: write_debug_and_log( 'Endorsement receivable activity cannot be found' );
1876: CLOSE endorsement_setup_cur;
1877: APP_EXCEPTION.raise_exception;
1878:
1879: END IF;
1880:
1881: CLOSE endorsement_setup_cur;