DBA Data[Home] [Help]

APPS.CTO_AUTO_PROCURE_PK dependencies on CTO_CUSTOM_PURCHASE_PRICE_PK

Line 3122: If CTO_CUSTOM_PURCHASE_PRICE_PK.Get_Purchase_price(

3118: -- vendor and vendor site and go with the next one.
3119:
3120: -- If the custom API returns 'FALSE' we will process this record.
3121: lStmtNumber := 70;
3122: If CTO_CUSTOM_PURCHASE_PRICE_PK.Get_Purchase_price(
3123: p_item_id => p_config_item_id,
3124: p_vendor_id => x_model_vendors(i).vendor_id,
3125: p_vendor_site_id => x_model_vendors(i).vendor_site_id) then
3126: IF PG_DEBUG <> 0 THEN

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

3389:
3390: end if; /* if config_exists_in_blanket */
3391: end if; /* l_doc_return = 'N' */
3392: end if; /* l_doc_exists */
3393: end if; /* CTO_CUSTOM_PURCHASE_PRICE_PK.Get_Purchase_price */
3394: i := x_model_vendors.next(i);
3395:
3396: end loop;
3397: