DBA Data[Home] [Help]

APPS.GL_CONS_WRK_PKG dependencies on GL_TRANSLATION_STATUSES

Line 97: FROM GL_TRANSLATION_STATUSES

93: SELECT DECODE (MAX (STATUS),
94: 'C', 'C',
95: 'U', 'U', 'N')
96: INTO ret_val
97: FROM GL_TRANSLATION_STATUSES
98: WHERE ledger_id = X_ledger_id
99: AND period_name = X_period_name
100: AND target_currency = X_currency_code
101: AND actual_flag = X_actual_flag;