DBA Data[Home] [Help]

APPS.QP_LIST_HEADERS_PVT dependencies on QP_SECURITY

Line 52: and nvl(QP_SECURITY.security_on, 'N') = 'N' then

48: if l_PRICE_LIST_rec.operation in (QP_GLOBALS.G_OPR_CREATE, QP_GLOBALS.G_OPR_UPDATE)
49: --and l_control_rec.called_from_ui = 'N' --this is not true for price locking API call
50: and l_PRICE_LIST_rec.list_source_code IS NOT NULL
51: and l_PRICE_LIST_rec.global_flag = 'N'
52: and nvl(QP_SECURITY.security_on, 'N') = 'N' then
53: l_PRICE_LIST_rec.global_flag := 'Y';
54: l_PRICE_LIST_rec.org_id := null;
55: end if;
56: