DBA Data[Home] [Help]

APPS.BEN_PLAN_DESIGN_COPY_PROCESS dependencies on HR_API

Line 348: raise hr_API.validate_enabled;

344: end if;
345:
346: -- p_validate is true
347: if p_validate = 1 then
348: raise hr_API.validate_enabled;
349: end if;
350: hr_utility.set_location('Leaving: '||l_proc,20);
351: EXCEPTION
352: when hr_API.validate_enabled then

Line 352: when hr_API.validate_enabled then

348: raise hr_API.validate_enabled;
349: end if;
350: hr_utility.set_location('Leaving: '||l_proc,20);
351: EXCEPTION
352: when hr_API.validate_enabled then
353: ROLLBACK TO SUBMIT_REQUEST;
354: when app_exception.application_exception then
355: raise;
356: when others then

Line 383: p_datetrack_mode => hr_api.g_correction,

379: create_process_log (p_copy_entity_txn_id => p_copy_entity_txn_id,
380: p_row_type_cd => l_row_typ_cd );
381: --
382: pqh_copy_entity_txns_api.update_copy_entity_txn (p_copy_entity_txn_id => p_copy_entity_txn_id,
383: p_datetrack_mode => hr_api.g_correction,
384: p_status => 'COMPLETE', /* To enable View Log Icon */
385: p_start_with => l_start_with,
386: p_object_version_number => l_cet_object_version_number,
387: p_effective_date => TRUNC (l_effective_date)

Line 429: p_datetrack_mode => hr_api.g_correction,

425: --
426: END IF;
427: --
428: pqh_copy_entity_txns_api.update_copy_entity_txn (p_copy_entity_txn_id => p_copy_entity_txn_id,
429: p_datetrack_mode => hr_api.g_correction,
430: p_status => 'ERROR', /* To disable View Log Icon */
431: p_start_with => l_start_with, /* Bug 4415568 Enable Continue*/
432: p_object_version_number => l_cet_object_version_number,
433: p_effective_date => TRUNC (l_effective_date)