315:
316: -- Access Level
317: p_cc_access_level := SUBSTR(IGC_CC_ACCESS_PKG.get_access_level
318: (l_header_rec.cc_header_id,
319: FND_GLOBAL.USER_ID,
320: l_header_rec.cc_preparer_user_id,
321: l_header_rec.cc_owner_user_id), 1, 1);
322:
323: FND_MSG_PUB.Count_And_Get ( p_count => p_msg_count,