DBA Data[Home] [Help]

APPS.XLA_JE_VALIDATION_PKG dependencies on GL_JE_SOURCES

Line 3438: FROM gl_je_sources gjs

3434: PROCEDURE validate_business_date
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: