DBA Data[Home] [Help]

APPS.HXC_TIMEKEEPER dependencies on FND_PROFILE

Line 1251: IF (nvl(fnd_profile.value('HR_ABS_OTL_INTEGRATION'), 'N') = 'Y') THEN

1247: -- p_messages := hxc_timecard_message_helper.getMessages;
1248:
1249: -- OTL-Absences Integration (Bug 8779478)
1250: -- Modified code to rollback in case on online retrieval errors (Bug 8888138)
1251: IF (nvl(fnd_profile.value('HR_ABS_OTL_INTEGRATION'), 'N') = 'Y') THEN
1252: IF (p_timecard_id > 0 and hxc_timecard_message_helper.noerrors) THEN
1253:
1254: IF g_debug THEN
1255: hr_utility.trace('ABS:Initiated Online Retrieval from HXC_TIMEKEEPER.SAVE_TIMECARD');

Line 2443: IF (nvl(fnd_profile.value('HR_ABS_OTL_INTEGRATION'), 'N') = 'Y') THEN

2439: */
2440:
2441: -- OTL-Absences Integration (Bug 8779478)
2442: -- Modified code to rollback in case on online retrieval errors (Bug 8888138)
2443: IF (nvl(fnd_profile.value('HR_ABS_OTL_INTEGRATION'), 'N') = 'Y') THEN
2444: IF (p_timecard_id > 0 and hxc_timecard_message_helper.noerrors ) THEN
2445:
2446: l_abs_ret_messages:= HXC_MESSAGE_TABLE_TYPE();
2447:

Line 2785: IF (nvl(fnd_profile.value('HR_ABS_OTL_INTEGRATION'), 'N') = 'Y') THEN

2781: */
2782:
2783: -- OTL-Absences Integration (Bug 8779478)
2784: -- Modified code to rollback in case on online retrieval errors (Bug 8888138)
2785: IF (nvl(fnd_profile.value('HR_ABS_OTL_INTEGRATION'), 'N') = 'Y') THEN
2786: IF (p_timecard_id > 0 and hxc_timecard_message_helper.noerrors) THEN
2787:
2788: IF g_debug THEN
2789: hr_utility.trace('ABS:Initiated Online Retrieval from HXC_TIMEKEEPER.DELETE_TIMECARD');