DBA Data[Home] [Help]

APPS.QP_MODIFIERS_PVT dependencies on QP_UTIL

Line 2077: l_qp_status := QP_UTIL.GET_QP_STATUS;

2073: END IF;
2074:
2075: -- BOI not available when QP not installed
2076:
2077: l_qp_status := QP_UTIL.GET_QP_STATUS;
2078:
2079: IF l_qp_status = 'N'
2080: THEN
2081:

Line 2391: l_qp_status := QP_UTIL.GET_QP_STATUS;

2387: Declare
2388: l_qp_status VARCHAR2(1);
2389:
2390: Begin
2391: l_qp_status := QP_UTIL.GET_QP_STATUS;
2392:
2393: IF (fnd_profile.value('QP_ALLOW_DUPLICATE_MODIFIERS') <> 'Y'
2394: AND (l_qp_status = 'S' OR l_MODIFIER_LIST_rec.gsa_indicator = 'Y')) THEN
2395: