DBA Data[Home] [Help]

APPS.MSD_APPLY_TEMPLATE_DEMAND_PLAN dependencies on MSD_DP_PRICE_LISTS

Line 1566: from msd_dp_price_lists

1562: cursor c4 is
1563:
1564: select dp_price_list_id, price_list_name
1565:
1566: from msd_dp_price_lists
1567:
1568: where demand_plan_id = p_new_dp_id;
1569:
1570:

Line 1628: update msd_dp_price_lists

1624:
1625:
1626: -- replace message with text
1627:
1628: update msd_dp_price_lists
1629:
1630: set price_list_name = fnd_message.get_string('MSD',c4_cur.price_list_name)
1631:
1632: where demand_plan_id = p_new_dp_id