DBA Data[Home] [Help]

APPS.PSP_GENERAL dependencies on FND_INSTALLATION

Line 1722: l_return_status := FND_INSTALLATION.GET_APP_INFO(application_short_name => 'PA',

1718:
1719:
1720: BEGIN
1721:
1722: l_return_status := FND_INSTALLATION.GET_APP_INFO(application_short_name => 'PA',
1723: status => p_status, industry => p_industry, oracle_schema => p_table_owner);
1724:
1725: OPEN chk_insert(p_table_owner);
1726: FETCH chk_insert into l_pa_bg_id;