DBA Data[Home] [Help]

APPS.PQH_RHA_BUS dependencies on PQH_RHA_SHD

Line 46: ,p_rec in pqh_rha_shd.g_rec_type

42: -- {End Of Comments}
43: -- ----------------------------------------------------------------------------
44: Procedure chk_non_updateable_args
45: (p_effective_date in date
46: ,p_rec in pqh_rha_shd.g_rec_type
47: ) IS
48: --
49: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
50: l_error EXCEPTION;

Line 58: IF NOT pqh_rha_shd.api_updating

54: --
55: -- Only proceed with the validation if a row exists for the current
56: -- record in the HR Schema.
57: --
58: IF NOT pqh_rha_shd.api_updating
59: (p_routing_hist_attrib_id => p_rec.routing_hist_attrib_id
60: ,p_object_version_number => p_rec.object_version_number
61: ) THEN
62: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');

Line 85: ,p_rec in pqh_rha_shd.g_rec_type

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

Line 103: ,p_rec in pqh_rha_shd.g_rec_type

99: -- |---------------------------< update_validate >----------------------------|
100: -- ----------------------------------------------------------------------------
101: Procedure update_validate
102: (p_effective_date in date
103: ,p_rec in pqh_rha_shd.g_rec_type
104: ) is
105: --
106: l_proc varchar2(72) := g_package||'update_validate';
107: --

Line 126: (p_rec in pqh_rha_shd.g_rec_type

122: -- ----------------------------------------------------------------------------
123: -- |---------------------------< delete_validate >----------------------------|
124: -- ----------------------------------------------------------------------------
125: Procedure delete_validate
126: (p_rec in pqh_rha_shd.g_rec_type
127: ) is
128: --
129: l_proc varchar2(72) := g_package||'delete_validate';
130: --