DBA Data[Home] [Help]

APPS.JE_ZZ_AUDIT_AP_PKG dependencies on FND_INSTALLATION

Line 1459: IF fnd_installation.get(0, 0, w_industry_stat, w_industry_code) THEN

1455: w_industry_stat VARCHAR2(20);
1456:
1457: BEGIN
1458:
1459: IF fnd_installation.get(0, 0, w_industry_stat, w_industry_code) THEN
1460: IF w_industry_code = 'C' THEN
1461: G_company_title := NULL;
1462: ELSE
1463: get_lookup_meaning('IND_COMPANY', w_industry_code, G_company_title);