DBA Data[Home] [Help]

APPS.MSC_VERTICAL_PLAN_SC dependencies on MSC_VERTICAL_PLAN_V

Line 25: from msc_vertical_plan_v plan

21: new_due_date new_date,
22: inventory_item_id item_id,
23: organization_id org_id,
24: sum(quantity_rate) new_quantity
25: from msc_vertical_plan_v plan
26: where plan.inventory_item_id = arg_item_id
27: and plan.organization_id = arg_org_id
28: and plan.plan_id = arg_plan_id
29: and plan.sr_instance_id = arg_instance_id