DBA Data[Home] [Help]

APPS.CN_UPGRADE_UTL_PKG dependencies on FND_INSTALLATION

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

445: l_worker_id := p_worker_id;
446:
447: fnd_file.put_line(FND_FILE.LOG, 'Updating Comm Lines API => NVL(adjust_status,NEW), NVL(PRESERVE_CREDIT_OVERRIDE_FLAG,N) to improve performance for SCA process');
448: -- get schema name of the table for ROWID range processing
449: l_retstatus := fnd_installation.get_app_info(l_product, l_status, l_industry, l_table_owner);
450:
451: if ((l_retstatus = FALSE) OR (l_table_owner is null))
452: then
453: raise_application_error(-20001, 'Cannot get schema name for product : '||l_product);

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

576: l_worker_id := p_worker_id;
577:
578: fnd_file.put_line(FND_FILE.LOG, 'Updating Commission Headers => NVL(adjust_status,NEW) to improve performance for SCA process');
579: -- get schema name of the table for ROWID range processing
580: l_retstatus := fnd_installation.get_app_info(l_product, l_status, l_industry, l_table_owner);
581:
582: if ((l_retstatus = FALSE) OR (l_table_owner is null))
583: then
584: raise_application_error(-20001, 'Cannot get schema name for product : '||l_product);

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

705: l_worker_id := p_worker_id;
706:
707: fnd_file.put_line(FND_FILE.LOG, 'Updating CN_SRP_PERIOD_QUOTAS_ALL to populate transaction_amount_ptd ');
708: -- get schema name of the table for ROWID range processing
709: l_retstatus := fnd_installation.get_app_info(l_product, l_status, l_industry, l_table_owner);
710:
711: if ((l_retstatus = FALSE) OR (l_table_owner is null))
712: then
713: raise_application_error(-20001, 'Cannot get schema name for product : '||l_product);