DBA Data[Home] [Help]

APPS.FUN_AP_TRANSFER dependencies on GL_PERIOD_STATUSES

Line 224: gl_period_statuses ps,

220: b.initiator_id,
221: h.recipient_id
222: FROM fun_trx_batches b,
223: fun_trx_headers h,
224: gl_period_statuses ps,
225: gl_ledgers ledgers
226: WHERE b.batch_id = h.batch_id AND
227: ps.ledger_id = h.to_ledger_id AND
228: ps.application_id = 200 AND