DBA Data[Home] [Help]

APPS.GHR_PAH_BUS dependencies on GHR_PAH_SHD

Line 13: Procedure insert_validate(p_rec in ghr_pah_shd.g_rec_type) is

9: --
10: -- ----------------------------------------------------------------------------
11: -- |---------------------------< insert_validate >----------------------------|
12: -- ----------------------------------------------------------------------------
13: Procedure insert_validate(p_rec in ghr_pah_shd.g_rec_type) is
14: --
15: l_proc varchar2(72) := g_package||'insert_validate';
16: --
17: Begin

Line 30: Procedure update_validate(p_rec in ghr_pah_shd.g_rec_type) is

26: --
27: -- ----------------------------------------------------------------------------
28: -- |---------------------------< update_validate >----------------------------|
29: -- ----------------------------------------------------------------------------
30: Procedure update_validate(p_rec in ghr_pah_shd.g_rec_type) is
31: --
32: l_proc varchar2(72) := g_package||'update_validate';
33: --
34: Begin

Line 47: Procedure delete_validate(p_rec in ghr_pah_shd.g_rec_type) is

43: --
44: -- ----------------------------------------------------------------------------
45: -- |---------------------------< delete_validate >----------------------------|
46: -- ----------------------------------------------------------------------------
47: Procedure delete_validate(p_rec in ghr_pah_shd.g_rec_type) is
48: --
49: l_proc varchar2(72) := g_package||'delete_validate';
50: --
51: Begin