DBA Data[Home] [Help]

APPS.JTF_MSITE_GRP dependencies on FND_PROFILE

Line 1671: x_msite_attribute_value := FND_PROFILE.VALUE_SPECIFIC(p_msite_attribute_name,null,null,671);

1667: if jtf_dspmgrvalidation_grp.check_msite_exists(p_msite_id) = false then
1668: raise FND_API.g_exc_error;
1669: end if;
1670:
1671: x_msite_attribute_value := FND_PROFILE.VALUE_SPECIFIC(p_msite_attribute_name,null,null,671);
1672: ELSE
1673: raise jtf_dspmgrvalidation_grp.msite_req_exception;
1674: END IF;
1675: