DBA Data[Home] [Help]

APPS.POS_UTIL_PKG dependencies on FV_INSTALL

Line 330: by calling the Federal Financial api fv_install.enabled.

326: -----------------------
327: purpose:
328: --------
329: The iSP wrapper api to retrieve the value of Profile Option FV: Federal Enabled
330: by calling the Federal Financial api fv_install.enabled.
331: Returns 'T' if the Federal is enabled otherwise 'F'.
332:
333: */
334:

Line 345: if(fv_install.enabled) then

341: g_log_module_name,
342: ' starts IS_FV_ENABLED '
343: );
344: END IF;
345: if(fv_install.enabled) then
346: RETURN 'T';
347: else
348: RETURN 'F';
349: end if;