DBA Data[Home] [Help]

APPS.PO_DOCUMENT_FUNDS_PVT dependencies on FV_INSTALL

Line 1604: IF FV_INSTALL.enabled THEN

1600: --for all non-federal cases. This is to ensure that
1601: --requisition split always succeeds. This is allright
1602: --because we are not increasing funds in any way. We
1603: --can only keep it constant or decrease funds.
1604: IF FV_INSTALL.enabled THEN
1605: l_force_mode := g_parameter_NO;
1606: ELSE
1607: l_force_mode := g_parameter_YES;
1608: END IF;