DBA Data[Home] [Help]

APPS.FA_MASS_REC_UTILS_PKG dependencies on FND_APPLICATION

Line 320: FROM fnd_id_flex_structures s, fnd_application a

316: h_acct_flex_struct NUMBER;
317: -- cursor to get the delimiter value between accounting flexfield segments
318: CURSOR get_delim IS
319: SELECT s.concatenated_segment_delimiter
320: FROM fnd_id_flex_structures s, fnd_application a
321: WHERE s.application_id = a.application_id
322: AND s.id_flex_code = 'GL#'
323: AND s.id_flex_num = h_acct_flex_struct
324: AND a.application_short_name = 'SQLGL';