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 1202: APP_EXCEPTION.RAISE_EXCEPTION;

1198: if (x_caller = 'WP4' OR x_caller = 'WP4_CONFIRM') then
1199: l_err_message := substr(SQLERRM,12,512);
1200: asn_debug.put_line(l_err_message);
1201: ERROR_STACK.PUSHMESSAGE( substr(SQLERRM,12,512),'ICX');
1202: APP_EXCEPTION.RAISE_EXCEPTION;
1203: end if;
1204:
1205:
1206: end INSERT_RCV_TXN_INTERFACE;

Line 1632: APP_EXCEPTION.RAISE_EXCEPTION;

1628: when others then
1629:
1630: if (x_caller = 'WP4' OR x_caller ='WP4_CONFIRM') THEN
1631: ERROR_STACK.PUSHMESSAGE( substr(SQLERRM,12,512),'ICX');
1632: APP_EXCEPTION.RAISE_EXCEPTION;
1633: end if;
1634: return FALSE;
1635:
1636: end create_rcv_shipment_headers;

Line 2031: app_exception.raise_exception;

2027: return false;
2028: when others then
2029: if (x_caller = 'WP4'OR x_caller ='WP4_CONFIRM') then
2030: error_stack.pushmessage( substr(SQLERRM,12,512),'ICX');
2031: app_exception.raise_exception;
2032: else
2033: return FALSE;
2034: end if;
2035: end notif_is_active;