DBA Data[Home] [Help]

APPS.JA_CN_FA_ACS_EXPORT_PKG dependencies on FND_ID_FLEX_STRUCTURES

Line 92: FROM fnd_id_flex_structures

88: -- to get the delimiter
89: CURSOR delimiter_cur
90: IS
91: SELECT concatenated_segment_delimiter
92: FROM fnd_id_flex_structures
93: WHERE id_flex_code = 'CAT#';
94:
95: --to get the category
96: CURSOR category_cur