DBA Data[Home] [Help]

APPS.OE_PAYMENT_DATA_MIGRATION_UTIL dependencies on FND_INSTALLATION

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

336: BEGIN
337: --
338: -- get schema name of the table for ROWID range processing
339: --
340: l_retstatus := fnd_installation.get_app_info(l_product, l_status, l_industry, l_table_owner) ;
341:
342: IF ((l_retstatus = FALSE)
343: OR
344: (l_table_owner is null))

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

1093: BEGIN
1094: --
1095: -- get schema name of the table for ROWID range processing
1096: --
1097: l_retstatus := fnd_installation.get_app_info(l_product, l_status, l_industry, l_table_owner) ;
1098:
1099: IF ((l_retstatus = FALSE)
1100: OR
1101: (l_table_owner is null))