DBA Data[Home] [Help]

APPS.XLA_ACCOUNTING_PKG dependencies on XLA_SUBLEDGER_OPTIONS_V

Line 3686: FROM xla_subledger_options_v xso

3682: ,NVL(xso.processing_unit_size,1)
3683: INTO g_error_limit
3684: ,g_process_count
3685: ,g_unit_size
3686: FROM xla_subledger_options_v xso
3687: WHERE xso.application_id = g_application_id
3688: AND xso.ledger_id = g_ledger_id;
3689:
3690: EXCEPTION

Line 7098: ,xla_subledger_options_v xso

7094: ----------------------------------------------------------------------------
7095: SELECT xlr.ledger_id BULK COLLECT
7096: INTO l_seq_context_value
7097: FROM xla_ledger_relationships_v xlr
7098: ,xla_subledger_options_v xso
7099: WHERE xlr.relationship_enabled_flag = 'Y'
7100: AND xlr.ledger_category_code IN ('ALC','PRIMARY','SECONDARY')
7101: AND DECODE(xso.valuation_method_flag
7102: ,'N',xlr.primary_ledger_id