DBA Data[Home] [Help]

APPS.HXC_DTL_BUS dependencies on HXC_DTL_SHD

Line 40: (p_rec in hxc_dtl_shd.g_rec_type

36: --
37: -- {End Of Comments}
38: -- ----------------------------------------------------------------------------
39: Procedure chk_non_updateable_args
40: (p_rec in hxc_dtl_shd.g_rec_type
41: ) IS
42: --
43: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
44: l_error EXCEPTION;

Line 52: IF NOT hxc_dtl_shd.api_updating

48: --
49: -- Only proceed with the validation if a row exists for the current
50: -- record in the HR Schema.
51: --
52: IF NOT hxc_dtl_shd.api_updating
53: (p_alias_definition_id => p_rec.alias_definition_id
54: ,p_language => p_rec.language
55: ) THEN
56: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');

Line 78: (p_rec in hxc_dtl_shd.g_rec_type

74: -- ----------------------------------------------------------------------------
75: -- |---------------------------< insert_validate >----------------------------|
76: -- ----------------------------------------------------------------------------
77: Procedure insert_validate
78: (p_rec in hxc_dtl_shd.g_rec_type
79: ) is
80: --
81: l_proc varchar2(72);
82: --

Line 110: (p_rec in hxc_dtl_shd.g_rec_type

106: -- ----------------------------------------------------------------------------
107: -- |---------------------------< update_validate >----------------------------|
108: -- ----------------------------------------------------------------------------
109: Procedure update_validate
110: (p_rec in hxc_dtl_shd.g_rec_type
111: ) is
112: --
113: l_proc varchar2(72);
114: --

Line 146: (p_rec in hxc_dtl_shd.g_rec_type

142: -- ----------------------------------------------------------------------------
143: -- |---------------------------< delete_validate >----------------------------|
144: -- ----------------------------------------------------------------------------
145: Procedure delete_validate
146: (p_rec in hxc_dtl_shd.g_rec_type
147: ) is
148: --
149: l_proc varchar2(72);
150: --