DBA Data[Home] [Help]

APPS.XLA_ACCOUNTING_PKG dependencies on XLA_SUBLEDGER_OPTIONS_V

Line 3450: FROM xla_subledger_options_v xso

3446: ,NVL(xso.processing_unit_size,1)
3447: INTO g_error_limit
3448: ,g_process_count
3449: ,g_unit_size
3450: FROM xla_subledger_options_v xso
3451: WHERE xso.application_id = g_application_id
3452: AND xso.ledger_id = g_ledger_id;
3453:
3454: EXCEPTION

Line 6720: ,xla_subledger_options_v xso

6716: ----------------------------------------------------------------------------
6717: SELECT xlr.ledger_id BULK COLLECT
6718: INTO l_seq_context_value
6719: FROM xla_ledger_relationships_v xlr
6720: ,xla_subledger_options_v xso
6721: WHERE xlr.relationship_enabled_flag = 'Y'
6722: AND xlr.ledger_category_code IN ('ALC','PRIMARY','SECONDARY')
6723: AND DECODE(xso.valuation_method_flag
6724: ,'N',xlr.primary_ledger_id