DBA Data[Home] [Help]

APPS.POR_RCV_TRANSACTION_SV dependencies on ERROR_STACK

Line 332: ERROR_STACK.PUSHMESSAGE( substr(SQLERRM,12,512),'ICX');

328: if (MO_GLOBAL.get_current_org_id <> x_user_org_id) then
329: mo_global.set_policy_context(p_access_mode => 'S',
330: p_org_id => x_user_org_id);
331: end if;
332: ERROR_STACK.PUSHMESSAGE( substr(SQLERRM,12,512),'ICX');
333: return 1;
334:
335: end insert_transaction_interface;
336: