DBA Data[Home] [Help]

APPS.PA_FI_AMT_CALC_PKG dependencies on GL_SETS_OF_BOOKS

Line 407: Gl_Sets_Of_Books sob

403: sob.PERIOD_SET_NAME PERIOD_SET_NAME,
404: sob.ACCOUNTED_PERIOD_TYPE ACCOUNTED_PERIOD_TYPE
405: FROM Pa_Forecasting_Options_All fcst,
406: Pa_Implementations_All imp,
407: Gl_Sets_Of_Books sob
408: WHERE /* Bug fix:4367847 NVL(imp.Org_Id,-99) = NVL(fcst.Org_Id,-99) AND */
409: imp.Org_Id = NVL(fcst.Org_Id,-99) AND
410: sob.SET_OF_BOOKS_ID = imp.SET_OF_BOOKS_ID;
411: