DBA Data[Home] [Help]

APPS.GL_CALENDAR_PKG dependencies on FND_PROFILE

Line 22: if nvl(fnd_profile.value ('OKS_ACCDUR_BASIS'),'MONTHLY') = 'MONTHLY' Then

18:
19: --Added by Service Contracts Team to handle monthly revenue recognition
20:
21: Begin
22: if nvl(fnd_profile.value ('OKS_ACCDUR_BASIS'),'MONTHLY') = 'MONTHLY' Then
23: num_periods := ceil(months_between(end_date, start_date));
24: --Logic to handle one day
25: if num_periods = 0 then
26: num_periods := 1;