DBA Data[Home] [Help]

APPS.FUN_AP_TRANSFER dependencies on GL_PERIOD_STATUSES

Line 220: gl_period_statuses ps,

216: b.initiator_id,
217: h.recipient_id
218: FROM fun_trx_batches b,
219: fun_trx_headers h,
220: gl_period_statuses ps,
221: gl_ledgers ledgers
222: WHERE b.batch_id = h.batch_id AND
223: ps.ledger_id = h.to_ledger_id AND
224: ps.application_id = 200 AND