DBA Data[Home] [Help]

APPS.JE_ZZ_AUDIT_AP_PKG dependencies on FND_INSTALLATION

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

1558: w_industry_stat VARCHAR2(20);
1559:
1560: BEGIN
1561:
1562: IF fnd_installation.get(0, 0, w_industry_stat, w_industry_code) THEN
1563: IF w_industry_code = 'C' THEN
1564: G_company_title := NULL;
1565: ELSE
1566: get_lookup_meaning('IND_COMPANY', w_industry_code, G_company_title);