DBA Data[Home] [Help]

APPS.QP_PREQ_GRP dependencies on QP_PARAM_UTIL

Line 11787: 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

11783:
11784: N := 1;
11785:
11786: --[julin/3783009/4712794] ER - reduced pbh process should be done when following conditions are met
11787: 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
11788: l_reduced_pbh_processing := G_YES;
11789: else
11790: l_reduced_pbh_processing := G_NO;
11791: end if;