DBA Data[Home] [Help]

APPS.MSC_PHUB_BUDGET_PKG dependencies on MSC_INVENTORY_BUDGET_VALUES

Line 106: msc_inventory_budget_values b,

102: b.category_instance_id,
103: b.sr_category_id,
104: b.budget_value
105: from
106: msc_inventory_budget_values b,
107: msc_trading_partners mtp
108: where budget_id=l_budget_id
109: and b.sr_instance_id=mtp.sr_instance_id(+)
110: and b.organization_id=mtp.sr_tp_id(+)