DBA Data[Home] [Help]

APPS.XLA_JE_VALIDATION_PKG dependencies on GL_JE_SOURCES

Line 3163: FROM gl_je_sources gjs

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