DBA Data[Home] [Help]

APPS.HR_DTT_BUS dependencies on HR_DTT_SHD

Line 45: (p_rec in hr_dtt_shd.g_rec_type

41: --
42: -- {End Of Comments}
43: -- ----------------------------------------------------------------------------
44: Procedure chk_non_updateable_args
45: (p_rec in hr_dtt_shd.g_rec_type
46: ) IS
47: --
48: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
49: --

Line 55: IF NOT hr_dtt_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 hr_dtt_shd.api_updating
56: (p_document_type_id => p_rec.document_type_id
57: ,p_language => p_rec.language
58: ) THEN
59: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');

Line 71: (p_rec in hr_dtt_shd.g_rec_type

67: -- ----------------------------------------------------------------------------
68: -- |---------------------------< insert_validate >----------------------------|
69: -- ----------------------------------------------------------------------------
70: Procedure insert_validate
71: (p_rec in hr_dtt_shd.g_rec_type
72: ) is
73: --
74: l_proc varchar2(72) := g_package||'insert_validate';
75: --

Line 94: (p_rec in hr_dtt_shd.g_rec_type

90: -- ----------------------------------------------------------------------------
91: -- |---------------------------< update_validate >----------------------------|
92: -- ----------------------------------------------------------------------------
93: Procedure update_validate
94: (p_rec in hr_dtt_shd.g_rec_type
95: ) is
96: --
97: l_proc varchar2(72) := g_package||'update_validate';
98: --

Line 120: (p_rec in hr_dtt_shd.g_rec_type

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