DBA Data[Home] [Help]

APPS.QP_PREQ_GRP dependencies on QP_PARAM_UTIL

Line 12073: if G_BREAK_UOM_PRORATION <> 'Y' and p_list_type_code = G_PRICE_LIST_HEADER and QP_PARAM_UTIL.GET_PARAMETER_VALUE('REQ', G_REQUEST_TYPE_CODE, 'QP_PL_BRK_RET_SATISFIED_ONLY') = G_YES then

12069:
12070: N := 1;
12071:
12072: --[julin/3783009/4712794] ER - reduced pbh process should be done when following conditions are met
12073: if G_BREAK_UOM_PRORATION <> 'Y' and p_list_type_code = G_PRICE_LIST_HEADER and QP_PARAM_UTIL.GET_PARAMETER_VALUE('REQ', G_REQUEST_TYPE_CODE, 'QP_PL_BRK_RET_SATISFIED_ONLY') = G_YES then
12074: l_reduced_pbh_processing := G_YES;
12075: else
12076: l_reduced_pbh_processing := G_NO;
12077: end if;