DBA Data[Home] [Help]

APPS.PER_US_EXTRA_ASSIGNMENT_RULES dependencies on PER_US_EXTRA_ASSIGNMENT_RULES

Line 1: PACKAGE BODY per_us_extra_assignment_rules AS

1: PACKAGE BODY per_us_extra_assignment_rules AS
2: /* $Header: peasghcc.pkb 115.5 2001/12/10 09:58:16 pkm ship $ */
3: PROCEDURE insert_tax_record
4: (p_effective_date in date
5: ,p_assignment_id in number

Line 50: per_us_extra_assignment_rules.g_old_assgt_location := hr_api.g_number;

46: --
47: -- Reset the global variable g_old_assgt_location
48: -- to its initial value.
49: --
50: per_us_extra_assignment_rules.g_old_assgt_location := hr_api.g_number;
51: --
52: -- read the location_id as of the effective_date to
53: -- store into the global for refrence in the package.procedure
54: -- pay_us_tax_internal.location_change.

Line 57: per_us_extra_assignment_rules.g_old_assgt_location;

53: -- store into the global for refrence in the package.procedure
54: -- pay_us_tax_internal.location_change.
55: open csr_asg_data;
56: fetch csr_asg_data into
57: per_us_extra_assignment_rules.g_old_assgt_location;
58: if csr_asg_data%notfound then
59: close csr_asg_data;
60: hr_utility.set_message(801, 'HR_51253_PYP_ASS__NOT_VALID');
61: hr_utility.raise_error;

Line 90: END per_us_extra_assignment_rules;

86: p_assignment_id => p_assignment_id
87: );
88: END IF;
89: END;
90: END per_us_extra_assignment_rules;
91: --