DBA Data[Home] [Help]

APPS.QP_VALIDATE_MODIFIER_LIST dependencies on QP_SECURITY

Line 406: l_security_profile := QP_SECURITY.security_on;

402: END IF;
403: END IF;
404:
405: --added for MOAC
406: l_security_profile := QP_SECURITY.security_on;
407:
408: --IF ( p_MODIFIER_LIST_rec.global_flag IS NOT NULL)
409: IF (NVL(p_MODIFIER_LIST_rec.global_flag, FND_API.G_MISS_CHAR) <> FND_API.G_MISS_CHAR) --bug14758481
410: THEN

Line 458: -- QP Security is ON and Global Flag is null then throw required error for Global Flag

454: oe_msg_pub.add;
455: END IF;
456: END IF;--p_header_rec.global_flag
457: ELSE --bug14758481
458: -- QP Security is ON and Global Flag is null then throw required error for Global Flag
459: IF (l_security_profile = 'Y')
460: THEN
461: l_return_status := FND_API.G_RET_STS_ERROR;
462: IF oe_msg_pub.Check_Msg_Level(oe_msg_pub.G_MSG_LVL_ERROR) THEN