DBA Data[Home] [Help]

APPS.POR_RCV_TRANSACTION_SV dependencies on ERROR_STACK

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

313: if (MO_GLOBAL.get_current_org_id <> x_user_org_id) then
314: mo_global.set_policy_context(p_access_mode => 'S',
315: p_org_id => x_user_org_id);
316: end if;
317: ERROR_STACK.PUSHMESSAGE( substr(SQLERRM,12,512),'ICX');
318: return 1;
319:
320: end insert_transaction_interface;
321: