DBA Data[Home] [Help]

APPS.QLTSMENB dependencies on FND_MESSAGE

Line 104: FND_MESSAGE.SET_NAME('QA','QA_PROFILE_NOT_SET');

100: -- simply need to add a where clause that includes the cat_set_id profile
101: V_CATEGORY_SET_ID := FND_PROFILE.VALUE('QA_CATEGORY_SET');
102: -- check to see if the profile is set
103: if V_CATEGORY_SET_ID is null then
104: FND_MESSAGE.SET_NAME('QA','QA_PROFILE_NOT_SET');
105: QLTSTORB.KILL_REC_GROUP;
106: APP_EXCEPTION.RAISE_EXCEPTION;
107: end if;
108: -- add the category Set