DBA Data[Home] [Help]

APPS.GL_ADI_ACCT_TYPE_CONV_PKG dependencies on GL_JE_INCLUSION_RULES

Line 75: gl_je_inclusion_rules inc

71: CURSOR get_rollback_days_c IS
72: SELECT decode(lrl.alc_no_rate_action_code,
73: 'REPORT_ERROR', 0, p_max_roll_days)
74: FROM gl_ledger_relationships lrl,
75: gl_je_inclusion_rules inc
76: WHERE lrl.source_ledger_id = p_ledger_id
77: AND lrl.target_ledger_id = p_reporting_ledger_id
78: AND lrl.target_ledger_category_code = 'ALC'
79: AND lrl.relationship_type_code in ('ADJUST', 'JOURNAL', 'SUBLEDGER')