DBA Data[Home] [Help]

APPS.XLA_JE_VALIDATION_PKG dependencies on XLA_SUBLEDGERS

Line 688: FROM xla_subledgers

684: ,je_source_name
685: INTO g_app_ctl_acct_source_code
686: -- ,g_app_ctl_acct_enabled_flag
687: ,g_app_je_source_name
688: FROM xla_subledgers
689: WHERE application_id = g_application_id;
690:
691: IF (p_ae_header_id IS NULL) THEN
692: -- g_caller := C_CALLER_ACCT_PROGRAM; -- 4262811

Line 3439: , xla_subledgers xs

3435: IS
3436: CURSOR c_eff_date_rule IS
3437: SELECT effective_date_rule_code
3438: FROM gl_je_sources gjs
3439: , xla_subledgers xs
3440: WHERE gjs.je_source_name = xs.je_source_name
3441: AND xs.application_id = g_application_id;
3442:
3443: CURSOR c_invalid_business_date IS

Line 10646: FROM XLA_SUBLEDGERS

10642:
10643: -- 6369778 to use secondary ledger for budgetory control purpose
10644: SELECT nvl(valuation_method_flag,'N')
10645: INTO l_valuation_method_flag
10646: FROM XLA_SUBLEDGERS
10647: WHERE application_id = g_application_id;
10648:
10649: IF (p_budgetary_control_mode <> 'NONE') AND
10650: (NVL(p_ledger_category_code,'NONE') NOT IN ('ALC'))