Account

Translations

Translations   Translation is the process of translating account balances from functional currency to another (reporting or foreign) currency. This process translates balances only. It doesn’t translate individual transactions. While…

Read More

Script to update natural account

CREATE OR REPLACE PROCEDURE XX_GL_EXTRACT_ENABLE_ACCOUNT AS v_set_id    number; v_position_account_type    number:=3; v_acc_flex_value_set    varchar2(240):=’XXX_COA_ACCOUNT’; /**Pass the COA name/ flex_value_exeception    EXCEPTION; v_upd_count    number:=0; BEGIN      SELECT  …

Read More