DBA Data[Home] [Help]

APPS.PQH_TRL_BUS dependencies on PQH_TRL_SHD

Line 43: (p_rec in pqh_trl_shd.g_rec_type

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

Line 55: IF NOT pqh_trl_shd.api_updating

51: --
52: -- Only proceed with the validation if a row exists for the current
53: -- record in the HR Schema.
54: --
55: IF NOT pqh_trl_shd.api_updating
56: (p_table_route_id => p_rec.table_route_id
57: ,p_language => p_rec.language
58: ) THEN
59: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');

Line 81: (p_rec in pqh_trl_shd.g_rec_type

77: -- ----------------------------------------------------------------------------
78: -- |---------------------------< insert_validate >----------------------------|
79: -- ----------------------------------------------------------------------------
80: Procedure insert_validate
81: (p_rec in pqh_trl_shd.g_rec_type
82: ) is
83: --
84: l_proc varchar2(72) := g_package||'insert_validate';
85: --

Line 99: (p_rec in pqh_trl_shd.g_rec_type

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

Line 122: (p_rec in pqh_trl_shd.g_rec_type

118: -- ----------------------------------------------------------------------------
119: -- |---------------------------< delete_validate >----------------------------|
120: -- ----------------------------------------------------------------------------
121: Procedure delete_validate
122: (p_rec in pqh_trl_shd.g_rec_type
123: ) is
124: --
125: l_proc varchar2(72) := g_package||'delete_validate';
126: --