DBA Data[Home] [Help]

APPS.CST_UNINVOICEDRECEIPTS_PVT dependencies on GL_PERIODS

Line 219: FROM gl_periods gp,

215: WHERE gps.application_id = l_application_id
216: AND gps.set_of_books_id = l_sob_id
217: AND gps.period_name = NVL(p_period_name,
218: (SELECT gp.period_name
219: FROM gl_periods gp,
220: gl_sets_of_books sob
221: WHERE sob.set_of_books_id = l_sob_id
222: AND sob.period_set_name = gp.period_set_name
223: AND sob.accounted_period_type = gp.period_type