DBA Data[Home] [Help]

APPS.ASO_PAYMENT_DATA_MIGRATION_PVT dependencies on FND_INSTALLATION

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

255:
256: --
257: -- get schema name of the table for ROWID range processing
258: --
259: l_retstatus := fnd_installation.get_app_info(l_product, l_status, l_industry, l_table_owner) ;
260:
261: if aso_debug_pub.g_debug_flag = 'Y' then
262: --aso_debug_pub.add('Migrate_Credit_Card_Data_Wkr: l_retstatus: '|| l_retstatus, 1, 'Y');
263: aso_debug_pub.add('Migrate_Credit_Card_Data_Wkr: l_table_owner: '|| l_table_owner, 1, 'Y');