DBA Data[Home] [Help]

APPS.QP_DELAYED_REQUESTS_UTIL dependencies on QP_DENORMALIZED_PRICING_ATTRS

Line 1258: QP_Denormalized_Pricing_Attrs.Update_Pricing_Attributes(

1254: l_list_header_id := 0;
1255: END;
1256:
1257: x_return_status := FND_API.G_RET_STS_SUCCESS;
1258: QP_Denormalized_Pricing_Attrs.Update_Pricing_Attributes(
1259: p_list_header_id_low => l_list_header_id,
1260: p_list_header_id_high => l_list_header_id,
1261: p_update_type => 'FACTOR_DELAYED_REQ');
1262:

Line 1263: QP_Denormalized_Pricing_Attrs.Populate_Factor_List_Attrs(

1259: p_list_header_id_low => l_list_header_id,
1260: p_list_header_id_high => l_list_header_id,
1261: p_update_type => 'FACTOR_DELAYED_REQ');
1262:
1263: QP_Denormalized_Pricing_Attrs.Populate_Factor_List_Attrs(
1264: p_list_header_id_low => l_list_header_id,
1265: p_list_header_id_high => l_list_header_id);
1266:
1267: EXCEPTION