DBA Data[Home] [Help]

APPS.PSA_GVTMB dependencies on FND_PRODUCT_INSTALLATIONS

Line 558: FROM fnd_product_installations

554: log ('Getting Industry Value');
555:
556: SELECT industry
557: INTO l_industry_value
558: FROM fnd_product_installations
559: WHERE application_id=101;
560:
561: log ('Industry Value = '||l_industry_value);
562:

Line 592: UPDATE fnd_product_installations a

588: p_retcode := g_SUCCESS;
589: p_errbuf := NULL;
590: log ('ENTER *** '||l_module_name||' ***');
591:
592: UPDATE fnd_product_installations a
593: SET a.industry = 'G'
594: WHERE a.application_id in (SELECT application_id
595: FROM fnd_application
596: WHERE application_short_name IN ('FND',