DBA Data[Home] [Help]

APPS.FA_UTIL_PVT dependencies on FND_ID_FLEX_SEGMENTS

Line 1856: from fnd_id_flex_segments

1852: , p_log_level_rec IN FA_API_TYPES.log_level_rec_type) RETURN BOOLEAN IS
1853:
1854: cursor asset_key_req is
1855: select 1
1856: from fnd_id_flex_segments
1857: where application_id = 140
1858: and id_flex_code = 'KEY#'
1859: and id_flex_num = p_asset_key_chart_id
1860: and required_flag = 'Y';