DBA Data[Home] [Help]

APPS.FA_MASS_REC_UTILS_PKG dependencies on FND_TABLES

Line 313: SELECT table_id FROM fnd_tables

309: WHERE book_type_code = mr_rec.book_type_code;
310:
311: -- cursor to get gl_code_combinations table id
312: CURSOR get_gl_table_id IS
313: SELECT table_id FROM fnd_tables
314: WHERE table_name = 'GL_CODE_COMBINATIONS' AND application_id = 101;
315:
316: h_acct_flex_struct NUMBER;
317: -- cursor to get the delimiter value between accounting flexfield segments