DBA Data[Home] [Help]

APPS.IRC_PCV_BUS dependencies on IRC_PCV_SHD

Line 104: ,p_rec in irc_pcv_shd.g_rec_type

100: -- {End Of Comments}
101: -- ----------------------------------------------------------------------------
102: Procedure chk_non_updateable_args
103: (p_effective_date in date
104: ,p_rec in irc_pcv_shd.g_rec_type
105: ) IS
106: --
107: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
108: --

Line 114: IF NOT irc_pcv_shd.api_updating

110: --
111: -- Only proceed with the validation if a row exists for the current
112: -- record in the HR Schema.
113: --
114: IF NOT irc_pcv_shd.api_updating
115: (p_prof_area_criteria_value_id => p_rec.prof_area_criteria_value_id
116: ,p_object_version_number => p_rec.object_version_number
117: ) THEN
118: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');

Line 128: irc_pcv_shd.g_old_rec.prof_area_criteria_value_id then

124: -- Add checks to ensure non-updateable args have
125: -- not been updated.
126: --
127: if p_rec.prof_area_criteria_value_id <>
128: irc_pcv_shd.g_old_rec.prof_area_criteria_value_id then
129: hr_api.argument_changed_error
130: (p_api_name => l_proc
131: ,p_argument => 'PROF_AREA_CRITERIA_VALUE_ID'
132: ,p_base_table => irc_pcv_shd.g_tab_nam

Line 132: ,p_base_table => irc_pcv_shd.g_tab_nam

128: irc_pcv_shd.g_old_rec.prof_area_criteria_value_id then
129: hr_api.argument_changed_error
130: (p_api_name => l_proc
131: ,p_argument => 'PROF_AREA_CRITERIA_VALUE_ID'
132: ,p_base_table => irc_pcv_shd.g_tab_nam
133: );
134: end if;
135: --
136: if p_rec.search_criteria_id <>

Line 137: irc_pcv_shd.g_old_rec.search_criteria_id then

133: );
134: end if;
135: --
136: if p_rec.search_criteria_id <>
137: irc_pcv_shd.g_old_rec.search_criteria_id then
138: hr_api.argument_changed_error
139: (p_api_name => l_proc
140: ,p_argument => 'SEARCH_CRITERIA_ID'
141: ,p_base_table => irc_pcv_shd.g_tab_nam

Line 141: ,p_base_table => irc_pcv_shd.g_tab_nam

137: irc_pcv_shd.g_old_rec.search_criteria_id then
138: hr_api.argument_changed_error
139: (p_api_name => l_proc
140: ,p_argument => 'SEARCH_CRITERIA_ID'
141: ,p_base_table => irc_pcv_shd.g_tab_nam
142: );
143: end if;
144: --
145: End chk_non_updateable_args;

Line 295: ,p_rec in irc_pcv_shd.g_rec_type

291: -- |---------------------------< insert_validate >----------------------------|
292: -- ----------------------------------------------------------------------------
293: Procedure insert_validate
294: (p_effective_date in date
295: ,p_rec in irc_pcv_shd.g_rec_type
296: ) is
297: --
298: l_proc varchar2(72) := g_package||'insert_validate';
299: --

Line 338: ,p_rec in irc_pcv_shd.g_rec_type

334: -- |---------------------------< update_validate >----------------------------|
335: -- ----------------------------------------------------------------------------
336: Procedure update_validate
337: (p_effective_date in date
338: ,p_rec in irc_pcv_shd.g_rec_type
339: ) is
340: --
341: l_proc varchar2(72) := g_package||'update_validate';
342: --

Line 365: (p_rec in irc_pcv_shd.g_rec_type

361: -- ----------------------------------------------------------------------------
362: -- |---------------------------< delete_validate >----------------------------|
363: -- ----------------------------------------------------------------------------
364: Procedure delete_validate
365: (p_rec in irc_pcv_shd.g_rec_type
366: ) is
367: --
368: l_proc varchar2(72) := g_package||'delete_validate';
369: --