DBA Data[Home] [Help]

APPS.PER_ABV_UPD dependencies on PER_ASG_SHD

Line 84: per_asg_shd.g_api_dml := true; -- Set the api dml status

80: (p_base_table_name => 'per_assignment_budget_values_f',
81: p_base_key_column => 'assignment_budget_value_id',
82: p_base_key_value => p_rec.assignment_budget_value_id);
83: --
84: per_asg_shd.g_api_dml := true; -- Set the api dml status
85: --
86: -- Added the following code as a part of Bug 2172818 fix
87: --
88: hr_utility.set_location(l_proc, 20);

Line 129: per_asg_shd.g_api_dml := false; -- Unset the api dml status

125: and effective_end_date = p_validation_end_date;
126: --
127: --
128: --
129: per_asg_shd.g_api_dml := false; -- Unset the api dml status
130: --
131: -- Set the effective start and end dates
132: --
133: p_rec.effective_start_date := p_validation_start_date;