DBA Data[Home] [Help]

APPS.GMA_PURGE_UTILITIES dependencies on STANDARD

Line 144: -- create standard-type archive target table name

140: p_sourcetable user_tables.table_name%TYPE)
141: RETURN user_tables.table_name%TYPE
142: IS
143:
144: -- create standard-type archive target table name
145: -- if no archive_action is found in sy_pug_def_act then default it to 'A'
146:
147: P_ActionTag varchar2(3):='A';
148: