DBA Data[Home] [Help]

APPS.XLA_JE_VALIDATION_PKG dependencies on XLA_SUBLEDGERS

Line 423: FROM xla_subledgers

419: ,je_source_name
420: INTO g_app_ctl_acct_source_code
421: -- ,g_app_ctl_acct_enabled_flag
422: ,g_app_je_source_name
423: FROM xla_subledgers
424: WHERE application_id = g_application_id;
425:
426: IF (p_ae_header_id IS NULL) THEN
427: -- g_caller := C_CALLER_ACCT_PROGRAM; -- 4262811

Line 3164: , xla_subledgers xs

3160: IS
3161: CURSOR c_eff_date_rule IS
3162: SELECT effective_date_rule_code
3163: FROM gl_je_sources gjs
3164: , xla_subledgers xs
3165: WHERE gjs.je_source_name = xs.je_source_name
3166: AND xs.application_id = g_application_id;
3167:
3168: CURSOR c_invalid_business_date IS

Line 9961: FROM XLA_SUBLEDGERS

9957:
9958: -- 6369778 to use secondary ledger for budgetory control purpose
9959: SELECT nvl(valuation_method_flag,'N')
9960: INTO l_valuation_method_flag
9961: FROM XLA_SUBLEDGERS
9962: WHERE application_id = g_application_id;
9963:
9964: IF (p_budgetary_control_mode <> 'NONE') AND
9965: (NVL(p_ledger_category_code,'NONE') NOT IN ('ALC'))