DBA Data[Home] [Help]

APPS.CTO_AUTO_PROCURE_PK dependencies on CTO_CUSTOM_LIST_PRICE_PK

Line 4622: x_rolled_price := CTO_CUSTOM_LIST_PRICE_PK.get_list_price(

4618: oe_debug_pub.add(lpad(' ',g_pg_level)||'PROCESS_PURCHASE_PRICE: List price in item master = '||l_list_price,5);
4619: End if;
4620: -- Renga Talk to val regarding the custom hook
4621:
4622: x_rolled_price := CTO_CUSTOM_LIST_PRICE_PK.get_list_price(
4623: p_line_id,
4624: l_model_item_id,
4625: l_orgs_list(i));
4626: if x_rolled_price is null then