DBA Data[Home] [Help]

APPS.JTF_RS_JSP_LOV_RECS_PUB dependencies on FND_PROFILE

Line 473: l_catset := to_number(fnd_profile.value('CS_SR_DEFAULT_CATEGORY_SET'));

469: x_lov_ak_region := 'JTF_RS_CATEGORIES_LOV_REGION';
470: -- input name
471: l_display_value := UPPER(l_in_filter_lov_rec.display_value) || '%';
472:
473: l_catset := to_number(fnd_profile.value('CS_SR_DEFAULT_CATEGORY_SET'));
474: if l_catset is null then
475: -- Get the total count if "Last" hyperlink is clicked
476: IF (p_range_high < 0) THEN
477: SELECT count(*)