DBA Data[Home] [Help]

APPS.PE_PEI_BUS dependencies on PE_PEI_SHD

Line 36: Procedure insert_validate(p_rec in pe_pei_shd.g_rec_type);

32: -- Internal Table Handler Use Only.
33: --
34: -- {End Of Comments}
35: -- ----------------------------------------------------------------------------
36: Procedure insert_validate(p_rec in pe_pei_shd.g_rec_type);
37: --
38: -- ----------------------------------------------------------------------------
39: -- |---------------------------< update_validate >----------------------------|
40: -- ----------------------------------------------------------------------------

Line 70: Procedure update_validate(p_rec in pe_pei_shd.g_rec_type);

66: -- Internal Table Handler Use Only.
67: --
68: -- {End Of Comments}
69: -- ----------------------------------------------------------------------------
70: Procedure update_validate(p_rec in pe_pei_shd.g_rec_type);
71: --
72: -- ----------------------------------------------------------------------------
73: -- |---------------------------< delete_validate >----------------------------|
74: -- ----------------------------------------------------------------------------

Line 104: Procedure delete_validate(p_rec in pe_pei_shd.g_rec_type);

100: -- Internal Table Handler Use Only.
101: --
102: -- {End Of Comments}
103: -- ----------------------------------------------------------------------------
104: Procedure delete_validate(p_rec in pe_pei_shd.g_rec_type);
105: --
106: -- ---------------------------------------------------------------------------
107: -- |---------------------< return_legislation_code >-------------------------|
108: -- ---------------------------------------------------------------------------

Line 145: Procedure chk_non_updateable_args(p_rec in pe_pei_shd.g_rec_type);

141: --
142: -- {End Of Comments}
143: -- ----------------------------------------------------------------------------
144: --
145: Procedure chk_non_updateable_args(p_rec in pe_pei_shd.g_rec_type);
146: --
147: --
148: -- ---------------------------------------------------------------------------
149: -- |------------------------------< chk_person_id >---------------------------|