DBA Data[Home] [Help]

APPS.PAY_US_TAX_API dependencies on HR_API

Line 349: l_effective_date := hr_api.g_date;

345: --
346: if p_datetrack_mode = 'DELETE' then
347: l_effective_date := p_effective_date;
348: else
349: l_effective_date := hr_api.g_date;
350: end if;
351: open csr_chk_vertex_exist(l_jurisdiction_code, l_effective_date);
352: fetch csr_chk_vertex_exist into l_vertex_exist;
353: t_effective_start_date := p_effective_date;

Line 377: raise hr_api.validate_enabled;

373: --
374: -- When in validation only mode raise the Validate_Enabled exception
375: --
376: if p_validate then
377: raise hr_api.validate_enabled;
378: end if;
379: --
380: hr_utility.set_location(' Leaving:'||l_proc, 80);
381: --

Line 384: when hr_api.validate_enabled then

380: hr_utility.set_location(' Leaving:'||l_proc, 80);
381: --
382: exception
383: --
384: when hr_api.validate_enabled then
385: --
386: -- As the Validate_Enabled exception has been raised
387: -- we must rollback to the savepoint
388: --

Line 558: when hr_api.cannot_find_prog_unit then

554: ,p_fit_exempt => p_fit_exempt
555: );
556:
557: exception
558: when hr_api.cannot_find_prog_unit then
559: hr_api.cannot_find_prog_unit_error
560: (
561: p_module_name => 'submit_fed_w4'
562: ,p_hook_type => 'BP'

Line 559: hr_api.cannot_find_prog_unit_error

555: );
556:
557: exception
558: when hr_api.cannot_find_prog_unit then
559: hr_api.cannot_find_prog_unit_error
560: (
561: p_module_name => 'submit_fed_w4'
562: ,p_hook_type => 'BP'
563: );

Line 657: (ld_end_date <> hr_api.g_eot) then

653: );
654:
655: -- as a sanity check we make sure that the dates are right
656: if (ld_start_date <> p_effective_date) or
657: (ld_end_date <> hr_api.g_eot) then
658: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
659: hr_utility.set_message_token('PROCEDURE',l_proc);
660: hr_utility.set_message_token('STEP','2');
661: hr_utility.raise_error;

Line 703: ,p_validation_end_date => hr_api.g_eot

699: ,p_state_code => c_state_rec.state_code
700: ,p_filing_status_code => lv_state_filing_status_code
701: ,p_effective_date => p_effective_date
702: ,p_validation_start_date => p_effective_date
703: ,p_validation_end_date => hr_api.g_eot
704: );
705: EXCEPTION
706: WHEN OTHERS THEN
707: lv_state_filing_status_code := '01';

Line 762: (ld_end_date <> hr_api.g_eot) then

758: );
759:
760: -- as a sanity check we make sure that the dates are right
761: if (ld_start_date <> p_effective_date) or
762: (ld_end_date <> hr_api.g_eot) then
763: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
764: hr_utility.set_message_token('PROCEDURE',l_proc);
765: hr_utility.set_message_token('STEP','3');
766: hr_utility.raise_error;

Line 800: when hr_api.cannot_find_prog_unit then

796: ,p_stat_trans_audit_id => ln_parent_audit_id
797: );
798:
799: exception
800: when hr_api.cannot_find_prog_unit then
801: hr_api.cannot_find_prog_unit_error
802: (
803: p_module_name => 'submit_fed_w4'
804: ,p_hook_type => 'AP'

Line 801: hr_api.cannot_find_prog_unit_error

797: );
798:
799: exception
800: when hr_api.cannot_find_prog_unit then
801: hr_api.cannot_find_prog_unit_error
802: (
803: p_module_name => 'submit_fed_w4'
804: ,p_hook_type => 'AP'
805: );

Line 812: raise hr_api.validate_enabled;

808: --
809: end;
810: */
811: if p_validate then
812: raise hr_api.validate_enabled;
813: end if;
814:
815: -- Set the output variable
816: p_stat_trans_audit_id := ln_parent_audit_id;

Line 820: when hr_api.validate_enabled then

816: p_stat_trans_audit_id := ln_parent_audit_id;
817:
818: hr_utility.trace(' Leaving: ' || l_proc);
819: EXCEPTION
820: when hr_api.validate_enabled then
821: --
822: -- As the Validate_Enabled exception has been raised
823: -- we must rollback to the savepoint
824: --