DBA Data[Home] [Help]

APPS.MSC_SNAPSHOT_PK dependencies on MSC_PLAN_PARTITIONS

Line 2123: FROM MSC_PLAN_PARTITIONS

2119: BEGIN
2120:
2121: SELECT count(*)
2122: INTO lv_plan_partition_exists
2123: FROM MSC_PLAN_PARTITIONS
2124: WHERE plan_id = p_plan_id;
2125:
2126: IF (lv_plan_partition_exists > 0) THEN
2127:

Line 2247: FROM MSC_PLAN_PARTITIONS

2243: BEGIN
2244:
2245: SELECT count(*)
2246: INTO lv_plan_partition_exists
2247: FROM MSC_PLAN_PARTITIONS
2248: WHERE plan_id = p_plan_id;
2249:
2250: IF (lv_plan_partition_exists > 0) THEN
2251: