DBA Data[Home] [Help]

APPS.IGC_CC_REVAL_FIX_PROCESS_PKG dependencies on FND_APPLICATION

Line 377: fnd_application fa

373: FROM gl_period_statuses gps,
374: gl_periods gp,
375: gl_sets_of_books gb,
376: gl_period_types gpt,
377: fnd_application fa
378: WHERE
379: gb.set_of_books_id = p_sob_id AND
380: gp.period_set_name = gb.period_set_name AND
381: gp.period_type = gb.accounted_period_type AND