DBA Data[Home] [Help]

APPS.QLTSMENB dependencies on FND_PROFILE

Line 101: V_CATEGORY_SET_ID := FND_PROFILE.VALUE('QA_CATEGORY_SET');

97: -- check for type 3s
98: if (V_FK_LOOKUP_TYPE = 3) then
99: -- This must be a Item Category, its our only three right now
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;