DBA Data[Home] [Help]

APPS.ISC_DBI_PLAN_PARAM_PKG dependencies on ISC_PLAN_SNAPSHOT_V

Line 15: select id into stmt from isc_plan_snapshot_v where id<>-1 and rownum<2;

11:
12: stmt NUMBER;
13:
14: BEGIN
15: select id into stmt from isc_plan_snapshot_v where id<>-1 and rownum<2;
16: RETURN stmt;
17:
18: END get_plan;
19: