[Home] [Help]
1271:
1272: CURSOR excp_exist(p_plan_id number,
1273: p_demand_id number) IS
1274: select 1
1275: from msc_exception_details med,
1276: msc_demands md
1277: where med.plan_id = md.plan_id
1278: and med.organization_id = md.organization_id
1279: and med.sr_instance_id = md.sr_instance_id