DBA Data[Home] [Help]

APPS.PQH_GIN_BUS dependencies on PQH_GIN_SHD

Line 185: ,p_rec in pqh_gin_shd.g_rec_type

181: -- {End Of Comments}
182: -- ----------------------------------------------------------------------------
183: Procedure chk_non_updateable_args
184: (p_effective_date in date
185: ,p_rec in pqh_gin_shd.g_rec_type
186: ) IS
187: --
188: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
189: --

Line 195: IF NOT pqh_gin_shd.api_updating

191: --
192: -- Only proceed with the validation if a row exists for the current
193: -- record in the HR Schema.
194: --
195: IF NOT pqh_gin_shd.api_updating
196: (p_global_index_id => p_rec.global_index_id
197: ,p_effective_date => p_effective_date
198: ,p_object_version_number => p_rec.object_version_number
199: ) THEN

Line 209: nvl(pqh_gin_shd.g_old_rec.gross_index

205:
206: -- GROSS_INDEX
207:
208: IF NVL(p_rec.gross_index, hr_api.g_number) <>
209: nvl(pqh_gin_shd.g_old_rec.gross_index
210: ,hr_api.g_number
211: ) then
212: hr_api.argument_changed_error
213: (p_api_name => l_proc

Line 215: ,p_base_table => pqh_gin_shd.g_tab_nam

211: ) then
212: hr_api.argument_changed_error
213: (p_api_name => l_proc
214: ,p_argument => 'GROSS_INDEX'
215: ,p_base_table => pqh_gin_shd.g_tab_nam
216: );
217: END IF;
218: --
219: End chk_non_updateable_args;

Line 727: (p_rec in pqh_gin_shd.g_rec_type

723: -- ----------------------------------------------------------------------------
724: -- |---------------------------< insert_validate >----------------------------|
725: -- ----------------------------------------------------------------------------
726: Procedure insert_validate
727: (p_rec in pqh_gin_shd.g_rec_type
728: ,p_effective_date in date
729: ,p_datetrack_mode in varchar2
730: ,p_validation_start_date in date
731: ,p_validation_end_date in date

Line 803: (p_rec in pqh_gin_shd.g_rec_type

799: -- ----------------------------------------------------------------------------
800: -- |---------------------------< update_validate >----------------------------|
801: -- ----------------------------------------------------------------------------
802: Procedure update_validate
803: (p_rec in pqh_gin_shd.g_rec_type
804: ,p_effective_date in date
805: ,p_datetrack_mode in varchar2
806: ,p_validation_start_date in date
807: ,p_validation_end_date in date

Line 885: (p_rec in pqh_gin_shd.g_rec_type

881: -- ----------------------------------------------------------------------------
882: -- |---------------------------< delete_validate >----------------------------|
883: -- ----------------------------------------------------------------------------
884: Procedure delete_validate
885: (p_rec in pqh_gin_shd.g_rec_type
886: ,p_effective_date in date
887: ,p_datetrack_mode in varchar2
888: ,p_validation_start_date in date
889: ,p_validation_end_date in date