DBA Data[Home] [Help]

APPS.HRI_UTL_STAGE_TABLE dependencies on FND_INSTALLATION

Line 115: IF (fnd_installation.get_app_info('FND',l_dummy1, l_dummy2, l_fnd_schema)) THEN

111: 'MAXEXTENTS ' || l_max_extents || ' ' ||
112: 'PCTINCREASE ' || l_pct_increase || ')';
113:
114: -- Use AD API to create table
115: IF (fnd_installation.get_app_info('FND',l_dummy1, l_dummy2, l_fnd_schema)) THEN
116: ad_ddl.do_ddl(applsys_schema => l_fnd_schema,
117: application_short_name => 'HRI',
118: statement_type => ad_ddl.create_table,
119: statement => l_sql_stmt,