DBA Data[Home] [Help]

APPS.GHR_PRE_BUS dependencies on GHR_PRE_SHD

Line 7: Procedure chk_non_updateable_args(p_rec in ghr_pre_shd.g_rec_type);

3: --
4: -- ----------------------------------------------------------------------------
5: -- |---------------------------< chk_non_updateable_args>----------------------------|
6: -- ----------------------------------------------------------------------------
7: Procedure chk_non_updateable_args(p_rec in ghr_pre_shd.g_rec_type);
8: --
9: -- ----------------------------------------------------------------------------
10: -- |---------------------------< insert_validate >----------------------------|
11: -- ----------------------------------------------------------------------------

Line 41: Procedure insert_validate(p_rec in ghr_pre_shd.g_rec_type);

37: -- Internal Table Handler Use Only.
38: --
39: -- {End Of Comments}
40: -- ----------------------------------------------------------------------------
41: Procedure insert_validate(p_rec in ghr_pre_shd.g_rec_type);
42: --
43: -- ----------------------------------------------------------------------------
44: -- |---------------------------< update_validate >----------------------------|
45: -- ----------------------------------------------------------------------------

Line 75: Procedure update_validate(p_rec in ghr_pre_shd.g_rec_type);

71: -- Internal Table Handler Use Only.
72: --
73: -- {End Of Comments}
74: -- ----------------------------------------------------------------------------
75: Procedure update_validate(p_rec in ghr_pre_shd.g_rec_type);
76: --
77: -- ----------------------------------------------------------------------------
78: -- |---------------------------< delete_validate >----------------------------|
79: -- ----------------------------------------------------------------------------

Line 109: Procedure delete_validate(p_rec in ghr_pre_shd.g_rec_type);

105: -- Internal Table Handler Use Only.
106: --
107: -- {End Of Comments}
108: -- ----------------------------------------------------------------------------
109: Procedure delete_validate(p_rec in ghr_pre_shd.g_rec_type);
110: --
111: end ghr_pre_bus;