DBA Data[Home] [Help]

APPS.PO_DOCUMENT_FUNDS_PVT dependencies on FV_INSTALL

Line 1644: IF FV_INSTALL.enabled THEN

1640: --for all non-federal cases. This is to ensure that
1641: --requisition split always succeeds. This is allright
1642: --because we are not increasing funds in any way. We
1643: --can only keep it constant or decrease funds.
1644: IF FV_INSTALL.enabled THEN
1645: l_force_mode := g_parameter_NO;
1646: ELSE
1647: l_force_mode := g_parameter_YES;
1648: END IF;