DBA Data[Home] [Help]

APPS.OE_OTA_UTIL dependencies on FND_INSTALLATION

Line 23: -- Make a call to fnd_installation.get function to check for the

19: IF l_debug_level > 0 THEN
20: oe_debug_pub.add( 'GET OTA PROD. STATUS' ) ;
21: END IF;
22:
23: -- Make a call to fnd_installation.get function to check for the
24: -- installation status of the CRM products and return the status.
25:
26: l_ret_val := fnd_installation.get(p_application_id,p_application_id
27: ,l_status,l_industry);

Line 26: l_ret_val := fnd_installation.get(p_application_id,p_application_id

22:
23: -- Make a call to fnd_installation.get function to check for the
24: -- installation status of the CRM products and return the status.
25:
26: l_ret_val := fnd_installation.get(p_application_id,p_application_id
27: ,l_status,l_industry);
28: if p_application_id = 810 then
29: G_OTA_STATUS := l_status;
30: end if;