DBA Data[Home] [Help]

APPS.FA_MASS_REC_UTILS_PKG dependencies on FND_TABLES

Line 316: SELECT table_id FROM fnd_tables

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