DBA Data[Home] [Help]

APPS.FA_MC_UPG3_PKG dependencies on FND_ID_FLEX_SEGMENTS

Line 1477: FROM fnd_id_flex_segments

1473:
1474: -- Get the NUMBER of segments
1475: SELECT count(*)
1476: INTO l_segcount
1477: FROM fnd_id_flex_segments
1478: WHERE enabled_flag = 'Y'
1479: AND id_flex_num = G_coa_id
1480: AND application_id = 101
1481: AND id_flex_code = 'GL#';