DBA Data[Home] [Help]

APPS.QP_DELAYED_REQUESTS_PVT dependencies on QP_LIST_LINES

Line 497: --the line id is present in the QP_LIST_LINES table

493:
494: IF l_request_type = QP_GLOBALS.G_UPDATE_PRICING_ATTR_PHASE
495: THEN
496: BEGIN --[Bug 4457903] Call update_pricing_attr_phase only if
497: --the line id is present in the QP_LIST_LINES table
498: SELECT 1 into l_count from QP_LIST_LINES
499: WHERE LIST_LINE_ID = l_entity_id;
500: EXCEPTION
501: WHEN NO_DATA_FOUND THEN

Line 498: SELECT 1 into l_count from QP_LIST_LINES

494: IF l_request_type = QP_GLOBALS.G_UPDATE_PRICING_ATTR_PHASE
495: THEN
496: BEGIN --[Bug 4457903] Call update_pricing_attr_phase only if
497: --the line id is present in the QP_LIST_LINES table
498: SELECT 1 into l_count from QP_LIST_LINES
499: WHERE LIST_LINE_ID = l_entity_id;
500: EXCEPTION
501: WHEN NO_DATA_FOUND THEN
502: l_count := 0;