DBA Data[Home] [Help]

APPS.MSD_PRICE_LIST_PP dependencies on MSD_ITEM_LIST_PRICE

Line 68: from msd_item_list_price

64: FORALL i IN a_price_list_name.FIRST..a_price_list_name.LAST
65: update msd_st_price_list
66: set valid_flag = 1
67: where price_list_uom = (select base_uom
68: from msd_item_list_price
69: where sr_item_pk = a_sr_product_lvl_pk(i)
70: and instance = p_instance_id )
71: and instance = p_instance_id
72: and price_list_name = a_price_list_name(i)