DBA Data[Home] [Help]

APPS.RRS_ATTR_PANE dependencies on FND_API

Line 433: IF l_has_view_priv = FND_API.G_TRUE THEN

429: p_attr_group_id => l_attribute_group_rec.ATTR_GROUP_ID,
430: p_object_name => l_obj_name,
431: p_object_key => p_object_id);
432: --if user has view privelege on this attribute group, we process this attribute group; otherwise we will not include this attribute group in the bracket for the further process.
433: IF l_has_view_priv = FND_API.G_TRUE THEN
434: IF x_attr_group_tab IS NULL THEN
435: x_attr_group_tab := new rrs_attribute_group_tab();
436: END IF;
437: