DBA Data[Home] [Help]

APPS.ASO_QUOTE_VUHK dependencies on FND_INSTALLATION

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

18: AND G_ASO_STATUS = FND_API.G_MISS_CHAR)
19:
20: then
21:
22: -- Make a call to fnd_installation.get function to check for the
23: -- installation status of the CRM products and return the status.
24:
25: l_ret_val := fnd_installation.get(p_application_id,p_application_id
26: ,l_status,l_industry);

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

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