DBA Data[Home] [Help]

APPS.QP_MODIFIERS_PVT dependencies on QP_UTIL

Line 2074: l_qp_status := QP_UTIL.GET_QP_STATUS;

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

Line 2384: l_qp_status := QP_UTIL.GET_QP_STATUS;

2380: Declare
2381: l_qp_status VARCHAR2(1);
2382:
2383: Begin
2384: l_qp_status := QP_UTIL.GET_QP_STATUS;
2385:
2386: IF (fnd_profile.value('QP_ALLOW_DUPLICATE_MODIFIERS') <> 'Y'
2387: AND (l_qp_status = 'S' OR l_MODIFIER_LIST_rec.gsa_indicator = 'Y')) THEN
2388: