APPS.PO_COPYDOC_SUB dependencies on GL_SETS_OF_BOOKS
Line 1214: gl_sets_of_books sob
1210: -- validation
1211: SELECT distinct 'Y'
1212: INTO x_valid_flag
1213: FROM gl_code_combinations gcc, 1214: gl_sets_of_books sob 1215: WHERE gcc.code_combination_id = x_account_id
1216: AND gcc.enabled_flag = 'Y'
1217: AND trunc(nvl(x_gl_date,SYSDATE)) BETWEEN
1218: trunc(nvl(start_date_active, nvl(x_gl_date,SYSDATE) ))