DBA Data[Home] [Help]

APPS.BEN_PSG_BUS dependencies on BEN_PSG_SHD

Line 38: (p_rec in ben_psg_shd.g_rec_type

34: --
35: -- {End Of Comments}
36: -- ----------------------------------------------------------------------------
37: Procedure chk_non_updateable_args
38: (p_rec in ben_psg_shd.g_rec_type
39: ) IS
40: --
41: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
42: --

Line 48: IF NOT ben_psg_shd.api_updating

44: --
45: -- Only proceed with the validation if a row exists for the current
46: -- record in the HR Schema.
47: --
48: IF NOT ben_psg_shd.api_updating
49: (p_pil_assignment_id => p_rec.pil_assignment_id
50: ,p_object_version_number => p_rec.object_version_number
51: ) THEN
52: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');

Line 67: (p_rec in ben_psg_shd.g_rec_type

63: -- ----------------------------------------------------------------------------
64: -- |---------------------------< insert_validate >----------------------------|
65: -- ----------------------------------------------------------------------------
66: Procedure insert_validate
67: (p_rec in ben_psg_shd.g_rec_type
68: ) is
69: --
70: l_proc varchar2(72) := g_package||'insert_validate';
71: --

Line 95: (p_rec in ben_psg_shd.g_rec_type

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

Line 127: (p_rec in ben_psg_shd.g_rec_type

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