DBA Data[Home] [Help]

APPS.IBE_DSP_HIERARCHY_QUERY_PVT dependencies on FND_PROFILE

Line 137: := FND_PROFILE.VALUE_SPECIFIC('IBE_ITEM_VALIDATION_ORGANIZATION',null,null,671);

133: OPEN x_section_csr FOR SELECT display_name FROM ibe_dsp_sections_vl
134: WHERE section_id = p_section_id;
135: /* bug fix 4864940 */
136: l_organization_id_str
137: := FND_PROFILE.VALUE_SPECIFIC('IBE_ITEM_VALIDATION_ORGANIZATION',null,null,671);
138: IF (l_organization_id_str IS NULL) THEN
139: RAISE FND_API.G_EXC_ERROR;
140: ELSE
141: l_organization_id := to_number(l_organization_id_str);