DBA Data[Home] [Help]

APPS.ARP_TRX_UTIL dependencies on FV_INSTALL

Line 708: | Federal Financial api fv_install.enabled. |

704: | IS_FV_ENABLED |
705: | |
706: | DESCRIPTION |
707: | Checks whether the Federal is enabled or not using |
708: | Federal Financial api fv_install.enabled. |
709: | |
710: | SCOPE - PRIVATE |
711: | |
712: | EXETERNAL PROCEDURES/FUNCTIONS ACCESSED |

Line 733: IF(fv_install.enabled) THEN

729: IF PG_DEBUG in ('Y', 'C') THEN
730: arp_standard.debug ('inside IS_FV_ENABLED');
731: END IF;
732:
733: IF(fv_install.enabled) THEN
734: RETURN 'T';
735: ELSE
736: RETURN 'F';
737: END IF;