DBA Data[Home] [Help]

APPS.HXC_TIMECARD dependencies on FND_PROFILE

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

389: -- OTL-Absences Integration (Bug 8779478)
390: -- Moved the following code inside a BEGIN-EXCEPTION-END block to handle exceptions effectively
391: -- for Bug 8888138
392: BEGIN
393: IF (nvl(fnd_profile.value('HR_ABS_OTL_INTEGRATION'), 'N') = 'Y') THEN
394: IF (p_timecard_id > 0 and hxc_timecard_message_helper.noerrors
395: and p_blocks(hxc_timecard_block_utils.find_active_timecard_index(p_blocks)).SCOPE <> hxc_timecard.c_template_scope) THEN
396:
397: IF g_debug THEN

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

1168: -- OTL-Absences Integration (Bug 8779478)
1169: -- Moved the following code inside a BEGIN-EXCEPTION-END block to handle exceptions effectively
1170: -- for Bug 8888138
1171: BEGIN
1172: IF (nvl(fnd_profile.value('HR_ABS_OTL_INTEGRATION'), 'N') = 'Y')
1173: THEN
1174: IF (p_timecard_id > 0 and hxc_timecard_message_helper.noerrors
1175: and p_blocks(hxc_timecard_block_utils.find_active_timecard_index(p_blocks)).SCOPE <> hxc_timecard.c_template_scope)
1176: THEN

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

1235: -- Absences start
1236: -- Moved the following code inside a BEGIN-EXCEPTION-END block to handle exceptions effectively
1237: -- for Bug 8888138
1238: BEGIN
1239: IF (nvl(fnd_profile.value('HR_ABS_OTL_INTEGRATION'), 'N') = 'Y') THEN
1240: IF g_debug THEN
1241: hr_utility.trace('ABS:Checking status of BEGIN_APPROVAL');
1242: hr_utility.trace('ABS:p_messages.COUNT = '||p_messages.COUNT);
1243: END IF;

Line 1597: IF (NVL(fnd_profile.value('HR_ABS_OTL_INTEGRATION'), 'N') = 'Y') THEN

1593: hr_utility.trace('ABS> In hxc_timecard.create_timeecard');
1594: hr_utility.trace('ABS> call hxc_retrieve_absences.insert_absence_summary_row');
1595: END IF;
1596:
1597: IF (NVL(fnd_profile.value('HR_ABS_OTL_INTEGRATION'), 'N') = 'Y') THEN
1598: hxc_retrieve_absences.insert_absence_summary_row;
1599: END IF;
1600: -- OTL-ABS END
1601:

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

2079: -- OTL-Absences Integration (Bug 8779478)
2080: -- Moved the following code inside a BEGIN-EXCEPTION-END block to handle exceptions effectively
2081: -- for Bug 8888138
2082: BEGIN
2083: IF (nvl(fnd_profile.value('HR_ABS_OTL_INTEGRATION'), 'N') = 'Y') THEN
2084: IF (p_timecard_id > 0 and hxc_timecard_message_helper.noerrors) THEN
2085: IF g_debug THEN
2086: hr_utility.trace('ABS:Initiated Online Retrieval from HXC_TIMECARD.DELETE_TIMECARD');
2087: END IF;