DBA Data[Home] [Help]

APPS.OE_SERVICE_UTIL dependencies on FND_INSTALLATION

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

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

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

27:
28: -- Make a call to fnd_installation.get function to check for the
29: -- installation status of the CRM products and return the status.
30:
31: l_ret_val := fnd_installation.get(p_application_id,p_application_id
32: ,l_status,l_industry);
33: if p_application_id = 697 then
34: G_ASO_STATUS := l_status;
35: elsif p_application_id = 515 then