DBA Data[Home] [Help]

APPS.XLA_THIRD_PARTY_MERGE dependencies on XLA_SUBLEDGER_OPTIONS_V

Line 5931: from xla_subledger_options_v

5927: , p_module => v_module);
5928:
5929: select accounting_mode_code
5930: into v_acctg_mode_code
5931: from xla_subledger_options_v
5932: where application_id = p_application_id
5933: and ledger_id = v_ledger_id;
5934:
5935: trace( p_msg => 'Accounting mode code for ledger id '||v_ledger_id||' is : '||v_acctg_mode_code