DBA Data[Home] [Help]

APPS.CST_UPD_GIR_MTA_WTA dependencies on GL_PERIOD_STATUSES

Line 329: gl_period_statuses b

325: CURSOR c_glb(l_from_date IN DATE, l_to_date IN DATE)
326: IS
327: select a.je_batch_id
328: from gl_je_batches a,
329: gl_period_statuses b
330: where a.set_of_books_id_11i = b.set_of_books_id
331: and b.set_of_books_id = p_ledger_id
332: and a.default_effective_date >= l_from_date
333: and a.default_effective_date <= l_to_date