DBA Data[Home] [Help]

APPS.GMA_PURGE_VALIDATE dependencies on USER_TABLES

Line 9: p_tablename user_tables.table_name%TYPE) RETURN BOOLEAN;

5: p_purge_type sy_purg_def.purge_type%TYPE);
6: -- make sure sql stored in sy_purg_def is valid
7:
8: FUNCTION is_table(p_purge_id sy_purg_mst.purge_id%TYPE,
9: p_tablename user_tables.table_name%TYPE) RETURN BOOLEAN;
10: -- check for existence of named table
11:
12: FUNCTION is_tablespace
13: (p_purge_id sy_purg_mst.purge_id%TYPE,

Line 14: p_tablespace_name user_tablespaces.tablespace_name%TYPE)

10: -- check for existence of named table
11:
12: FUNCTION is_tablespace
13: (p_purge_id sy_purg_mst.purge_id%TYPE,
14: p_tablespace_name user_tablespaces.tablespace_name%TYPE)
15: RETURN BOOLEAN;
16: -- validate tablespace name
17:
18: END GMA_PURGE_VALIDATE;