DBA Data[Home] [Help]

APPS.ARP_COLL_IND dependencies on FND_PRODUCT_INSTALLATIONS

Line 378: l_industry fnd_product_installations.industry%type;

374: +-------------------------------------------------------------------------*/
375:
376: FUNCTION is_ar_installed RETURN VARCHAR2 IS
377:
378: l_industry fnd_product_installations.industry%type;
379: l_oracle_schema varchar2(30);
380: l_status fnd_product_installations.status%type;
381:
382: l_return_value boolean;

Line 380: l_status fnd_product_installations.status%type;

376: FUNCTION is_ar_installed RETURN VARCHAR2 IS
377:
378: l_industry fnd_product_installations.industry%type;
379: l_oracle_schema varchar2(30);
380: l_status fnd_product_installations.status%type;
381:
382: l_return_value boolean;
383:
384: begin