DBA Data[Home] [Help]

APPS.PER_COT_BUS dependencies on PER_COT_SHD

Line 72: (p_rec in per_cot_shd.g_rec_type

68: --
69: -- {End Of Comments}
70: -- ----------------------------------------------------------------------------
71: Procedure chk_non_updateable_args
72: (p_rec in per_cot_shd.g_rec_type
73: ) IS
74: --
75: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
76: --

Line 82: IF NOT per_cot_shd.api_updating

78: --
79: -- Only proceed with the validation if a row exists for the current
80: -- record in the HR Schema.
81: --
82: IF NOT per_cot_shd.api_updating
83: (p_outcome_id => p_rec.outcome_id
84: ,p_language => p_rec.language
85: ) THEN
86: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');

Line 99: (p_rec in per_cot_shd.g_rec_type

95: -- ----------------------------------------------------------------------------
96: -- |---------------------------< insert_validate >----------------------------|
97: -- ----------------------------------------------------------------------------
98: Procedure insert_validate
99: (p_rec in per_cot_shd.g_rec_type
100: ) is
101: --
102: l_proc varchar2(72) := g_package||'insert_validate';
103: --

Line 120: (p_rec in per_cot_shd.g_rec_type

116: -- ----------------------------------------------------------------------------
117: -- |---------------------------< update_validate >----------------------------|
118: -- ----------------------------------------------------------------------------
119: Procedure update_validate
120: (p_rec in per_cot_shd.g_rec_type
121: ) is
122: --
123: l_proc varchar2(72) := g_package||'update_validate';
124: --

Line 145: (p_rec in per_cot_shd.g_rec_type

141: -- ----------------------------------------------------------------------------
142: -- |---------------------------< delete_validate >----------------------------|
143: -- ----------------------------------------------------------------------------
144: Procedure delete_validate
145: (p_rec in per_cot_shd.g_rec_type
146: ) is
147: --
148: l_proc varchar2(72) := g_package||'delete_validate';
149: --