DBA Data[Home] [Help]

APPS.FA_MC_UPG3_PKG dependencies on FND_ID_FLEX_SEGMENTS

Line 1486: FROM fnd_id_flex_segments

1482:
1483: -- Get the NUMBER of segments
1484: SELECT count(*)
1485: INTO l_segcount
1486: FROM fnd_id_flex_segments
1487: WHERE enabled_flag = 'Y'
1488: AND id_flex_num = G_coa_id
1489: AND application_id = 101
1490: AND id_flex_code = 'GL#';