DBA Data[Home] [Help]

APPS.HXC_HTR_UPLOAD_PKG dependencies on FND_INSTALLATION

Line 58: l_result := fnd_installation.get_app_info ('HXC', l_prod_status, l_industry, l_hxc_schema );

54:
55: BEGIN
56:
57: -- get hxc schema name
58: l_result := fnd_installation.get_app_info ('HXC', l_prod_status, l_industry, l_hxc_schema );
59:
60:
61: OPEN csr_chk_tab(l_hxc_schema);
62: FETCH csr_chk_tab INTO l_dummy;