DBA Data[Home] [Help]

APPS.CTO_AUTO_PROCURE_PK dependencies on CTO_CUSTOM_PURCHASE_PRICE_PK

Line 2737: If CTO_CUSTOM_PURCHASE_PRICE_PK.Get_Purchase_price(

2733: -- vendor and vendor site and go with the next one.
2734:
2735: -- If the custom API returns 'FALSE' we will process this record.
2736: lStmtNumber := 70;
2737: If CTO_CUSTOM_PURCHASE_PRICE_PK.Get_Purchase_price(
2738: p_item_id => p_config_item_id,
2739: p_vendor_id => x_model_vendors(i).vendor_id,
2740: p_vendor_site_id => x_model_vendors(i).vendor_site_id) then
2741: IF PG_DEBUG <> 0 THEN

Line 3008: end if; /* CTO_CUSTOM_PURCHASE_PRICE_PK.Get_Purchase_price */

3004:
3005: end if; /* if config_exists_in_blanket */
3006: end if; /* l_doc_return = 'N' */
3007: end if; /* l_doc_exists */
3008: end if; /* CTO_CUSTOM_PURCHASE_PRICE_PK.Get_Purchase_price */
3009: i := x_model_vendors.next(i);
3010:
3011: end loop;
3012: