DBA Data[Home] [Help]

APPS.POR_RCV_ORD_SV dependencies on APP_EXCEPTION

Line 797: APP_EXCEPTION.RAISE_EXCEPTION;

793:
794: if (x_caller = 'WP4' OR x_caller = 'WP4_CONFIRM') then
795: l_err_message := substr(SQLERRM,12,512);
796: ERROR_STACK.PUSHMESSAGE( substr(SQLERRM,12,512),'ICX');
797: APP_EXCEPTION.RAISE_EXCEPTION;
798: end if;
799:
800: end INSERT_RCV_TXN_INTERFACE_IR;
801:

Line 1209: APP_EXCEPTION.RAISE_EXCEPTION;

1205: if (x_caller = 'WP4' OR x_caller = 'WP4_CONFIRM') then
1206: l_err_message := substr(SQLERRM,12,512);
1207: asn_debug.put_line(l_err_message);
1208: ERROR_STACK.PUSHMESSAGE( substr(SQLERRM,12,512),'ICX');
1209: APP_EXCEPTION.RAISE_EXCEPTION;
1210: end if;
1211:
1212:
1213: end INSERT_RCV_TXN_INTERFACE;

Line 1639: APP_EXCEPTION.RAISE_EXCEPTION;

1635: when others then
1636:
1637: if (x_caller = 'WP4' OR x_caller ='WP4_CONFIRM') THEN
1638: ERROR_STACK.PUSHMESSAGE( substr(SQLERRM,12,512),'ICX');
1639: APP_EXCEPTION.RAISE_EXCEPTION;
1640: end if;
1641: return FALSE;
1642:
1643: end create_rcv_shipment_headers;

Line 2045: app_exception.raise_exception;

2041: return false;
2042: when others then
2043: if (x_caller = 'WP4'OR x_caller ='WP4_CONFIRM') then
2044: error_stack.pushmessage( substr(SQLERRM,12,512),'ICX');
2045: app_exception.raise_exception;
2046: else
2047: return FALSE;
2048: end if;
2049: end notif_is_active;