DBA Data[Home] [Help]

APPS.FA_MASS_REC_UTILS_PKG dependencies on FND_APPLICATION

Line 323: FROM fnd_id_flex_structures s, fnd_application a

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