DBA Data[Home] [Help]

APPS.AR_FLEXBUILDER_WF_PKG dependencies on GL_SETS_OF_BOOKS

Line 68: gl_sets_of_books glsob

64: SELECT DYNAMIC_INSERTS_ALLOWED_FLAG
65: INTO l_insert_if_new
66: FROM fnd_id_flex_Structures ffs,
67: ar_system_parameters asp,
68: gl_sets_of_books glsob
69: WHERE ffs.APPLICATION_ID = 101
70: AND ffs.ID_FLEX_CODE = 'GL#'
71: AND ffs.ID_FLEX_NUM = glsob.chart_of_accounts_id
72: AND glsob.set_of_books_id = asp.set_of_books_id;