DBA Data[Home] [Help]

APPS.PV_ATTRIBUTE_CODE_PKG dependencies on FND_LOAD_UTIL

Line 591: l_user_id := fnd_load_util.owner_id(p_owner);

587: where attr_code_id = p_ATTR_CODE_ID;
588:
589: BEGIN
590:
591: l_user_id := fnd_load_util.owner_id(p_owner);
592:
593: open c_chk_attrib_exists;
594: fetch c_chk_attrib_exists into l_dummy_char;
595: if c_chk_attrib_exists%notfound