DBA Data[Home] [Help]

APPS.PAY_AMT_BUS dependencies on PAY_AMT_SHD

Line 112: (p_rec in pay_amt_shd.g_rec_type

108: --
109: -- {End Of Comments}
110: -- ----------------------------------------------------------------------------
111: Procedure chk_non_updateable_args
112: (p_rec in pay_amt_shd.g_rec_type
113: ) IS
114: --
115: l_proc varchar2(72);
116: --

Line 124: IF NOT pay_amt_shd.api_updating

120: --
121: -- Only proceed with the validation if a row exists for the current
122: -- record in the HR Schema.
123: --
124: IF NOT pay_amt_shd.api_updating
125: (p_module_type_id => p_rec.module_type_id
126: ,p_object_version_number => p_rec.object_version_number
127: ) THEN
128: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');

Line 143: (p_rec in pay_amt_shd.g_rec_type

139: -- ----------------------------------------------------------------------------
140: -- |---------------------------< insert_validate >----------------------------|
141: -- ----------------------------------------------------------------------------
142: Procedure insert_validate
143: (p_rec in pay_amt_shd.g_rec_type
144: ) is
145: --
146: l_proc varchar2(72);
147: --

Line 166: (p_rec in pay_amt_shd.g_rec_type

162: -- ----------------------------------------------------------------------------
163: -- |---------------------------< update_validate >----------------------------|
164: -- ----------------------------------------------------------------------------
165: Procedure update_validate
166: (p_rec in pay_amt_shd.g_rec_type
167: ) is
168: --
169: l_proc varchar2(72);
170: --

Line 193: (p_rec in pay_amt_shd.g_rec_type

189: -- ----------------------------------------------------------------------------
190: -- |---------------------------< delete_validate >----------------------------|
191: -- ----------------------------------------------------------------------------
192: Procedure delete_validate
193: (p_rec in pay_amt_shd.g_rec_type
194: ) is
195: --
196: l_proc varchar2(72);
197: --