DBA Data[Home] [Help]

APPS.OE_PAYMENT_DATA_MIGRATION_UTIL dependencies on FND_INSTALLATION

Line 379: l_retstatus := fnd_installation.get_app_info(l_product, l_status, l_industry, l_table_owner) ;

375: BEGIN
376: --
377: -- get schema name of the table for ROWID range processing
378: --
379: l_retstatus := fnd_installation.get_app_info(l_product, l_status, l_industry, l_table_owner) ;
380:
381: IF ((l_retstatus = FALSE)
382: OR
383: (l_table_owner is null))

Line 1136: l_retstatus := fnd_installation.get_app_info(l_product, l_status, l_industry, l_table_owner) ;

1132: BEGIN
1133: --
1134: -- get schema name of the table for ROWID range processing
1135: --
1136: l_retstatus := fnd_installation.get_app_info(l_product, l_status, l_industry, l_table_owner) ;
1137:
1138: IF ((l_retstatus = FALSE)
1139: OR
1140: (l_table_owner is null))