DBA Data[Home] [Help]

APPS.MSC_ALLOCATION_PLAN dependencies on MSC_PLANS

Line 70: FROM msc_plans

66: -- This cursor select number of buckets in the plan.
67: -- -------------------------------------------------
68: CURSOR plan_buckets IS
69: SELECT organization_id, sr_instance_id
70: FROM msc_plans
71: WHERE plan_id = arg_plan_id;
72:
73: -- -------------------------------------------------
74: -- This cursor selects the dates for the buckets.