DBA Data[Home] [Help]

APPS.IRC_APA_BUS dependencies on IRC_APA_SHD

Line 56: (p_rec in irc_apa_shd.g_rec_type

52: --
53: -- {End Of Comments}
54: -- ----------------------------------------------------------------------------
55: Procedure chk_non_updateable_args
56: (p_rec in irc_apa_shd.g_rec_type
57: ) IS
58: --
59: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
60: --

Line 66: IF NOT irc_apa_shd.api_updating

62: --
63: -- Only proceed with the validation if a row exists for the current
64: -- record in the HR Schema.
65: --
66: IF NOT irc_apa_shd.api_updating
67: (p_apl_profile_access_id => p_rec.apl_profile_access_id
68: ,p_object_version_number => p_rec.object_version_number
69: ) THEN
70: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');

Line 85: (p_rec in irc_apa_shd.g_rec_type

81: -- ----------------------------------------------------------------------------
82: -- |---------------------------< insert_validate >----------------------------|
83: -- ----------------------------------------------------------------------------
84: Procedure insert_validate
85: (p_rec in irc_apa_shd.g_rec_type
86: ) is
87: --
88: l_proc varchar2(72) := g_package||'insert_validate';
89: --

Line 113: (p_rec in irc_apa_shd.g_rec_type

109: -- ----------------------------------------------------------------------------
110: -- |---------------------------< update_validate >----------------------------|
111: -- ----------------------------------------------------------------------------
112: Procedure update_validate
113: (p_rec in irc_apa_shd.g_rec_type
114: ) is
115: --
116: l_proc varchar2(72) := g_package||'update_validate';
117: --

Line 145: (p_rec in irc_apa_shd.g_rec_type

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