DBA Data[Home] [Help]

APPS.PQP_GB_CSS_DAILY_ABSENCES dependencies on FND_PROFILE

Line 574: --hr_utility.set_location('vaibhav I am here : '||fnd_profile.value('BEN_COUNT_UNPAID_ABSENCE'),419);

570: -- Made changes according to Profile option (Newly added)
571: --'Count Unpaid Absence' Whose value if No then doesn't calculate
572: -- OSP NOBAND absences in the count of total absences
573: -- as it was originally required in the bug 7585452.
574: --hr_utility.set_location('vaibhav I am here : '||fnd_profile.value('BEN_COUNT_UNPAID_ABSENCE'),419);
575: IF (fnd_profile.value('BEN_COUNT_UNPAID_ABSENCE')='N') THEN
576: --hr_utility.set_location('vaibhav I am here in N: ',420);
577: IF l_absences_taken(i).band like 'BAND%' --OR
578: --l_absences_taken(i).band like 'NOBAND%' --bug 7585452, changed by vaibgupt

Line 575: IF (fnd_profile.value('BEN_COUNT_UNPAID_ABSENCE')='N') THEN

571: --'Count Unpaid Absence' Whose value if No then doesn't calculate
572: -- OSP NOBAND absences in the count of total absences
573: -- as it was originally required in the bug 7585452.
574: --hr_utility.set_location('vaibhav I am here : '||fnd_profile.value('BEN_COUNT_UNPAID_ABSENCE'),419);
575: IF (fnd_profile.value('BEN_COUNT_UNPAID_ABSENCE')='N') THEN
576: --hr_utility.set_location('vaibhav I am here in N: ',420);
577: IF l_absences_taken(i).band like 'BAND%' --OR
578: --l_absences_taken(i).band like 'NOBAND%' --bug 7585452, changed by vaibgupt
579: -- NOBAND should not be counted in absences taken