DBA Data[Home] [Help]

APPS.MSC_SNAPSHOT_PK dependencies on MSC_PLAN_PARTITIONS

Line 1932: FROM MSC_PLAN_PARTITIONS

1928: BEGIN
1929:
1930: SELECT count(*)
1931: INTO lv_plan_partition_exists
1932: FROM MSC_PLAN_PARTITIONS
1933: WHERE plan_id = p_plan_id;
1934:
1935: IF (lv_plan_partition_exists > 0) THEN
1936: