DBA Data[Home] [Help]

APPS.CTO_AUTO_PROCURE_PK dependencies on CTO_CUSTOM_LIST_PRICE_PK

Line 5034: x_rolled_price := CTO_CUSTOM_LIST_PRICE_PK.get_list_price(

5030: oe_debug_pub.add(lpad(' ',g_pg_level)||'PROCESS_PURCHASE_PRICE: List price in item master = '||l_list_price,5);
5031: End if;
5032: -- Renga Talk to val regarding the custom hook
5033:
5034: x_rolled_price := CTO_CUSTOM_LIST_PRICE_PK.get_list_price(
5035: p_line_id,
5036: l_model_item_id,
5037: l_orgs_list(i));
5038: if x_rolled_price is null then