DBA Data[Home] [Help]

APPS.QP_DELAYED_REQUESTS_UTIL dependencies on QP_DENORMALIZED_PRICING_ATTRS

Line 1266: QP_Denormalized_Pricing_Attrs.Update_Pricing_Attributes(

1262: l_list_header_id := 0;
1263: END;
1264:
1265: x_return_status := FND_API.G_RET_STS_SUCCESS;
1266: QP_Denormalized_Pricing_Attrs.Update_Pricing_Attributes(
1267: p_list_header_id_low => l_list_header_id,
1268: p_list_header_id_high => l_list_header_id,
1269: p_update_type => 'FACTOR_DELAYED_REQ');
1270:

Line 1271: QP_Denormalized_Pricing_Attrs.Populate_Factor_List_Attrs(

1267: p_list_header_id_low => l_list_header_id,
1268: p_list_header_id_high => l_list_header_id,
1269: p_update_type => 'FACTOR_DELAYED_REQ');
1270:
1271: QP_Denormalized_Pricing_Attrs.Populate_Factor_List_Attrs(
1272: p_list_header_id_low => l_list_header_id,
1273: p_list_header_id_high => l_list_header_id);
1274:
1275: EXCEPTION