DBA Data[Home] [Help]

APPS.LNS_DISTRIBUTIONS_PUB dependencies on GMS_OIE_INT_PKG

Line 10549: IF (GMS_OIE_INT_PKG.IsGrantsEnabled()) THEN

10545:
10546: -- need to call GMS_POR_API.Account_Generator_ADL before calling AccountGenerator Workflow.
10547: -- This API creates distributions in the Grants, if Grants in implemented/enabled and AwardID is not null.
10548:
10549: IF (GMS_OIE_INT_PKG.IsGrantsEnabled()) THEN
10550: isGrantsEnabled := true;
10551: logMessage(FND_LOG.LEVEL_STATEMENT, G_PKG_NAME, 'isGrantsEnabled = true');
10552: ELSE
10553: isGrantsEnabled := false;