DBA Data[Home] [Help]

APPS.GHR_PDC_BUS dependencies on GHR_PDC_SHD

Line 28: PROCEDURE CHK_NON_UPDATEABLE_ARGS(p_rec IN ghr_pdc_shd.g_rec_type);

24: p_class_grade_by IN ghr_pd_classifications.class_grade_by%TYPE,
25: p_effective_date IN date,
26: p_object_version_number IN number);
27:
28: PROCEDURE CHK_NON_UPDATEABLE_ARGS(p_rec IN ghr_pdc_shd.g_rec_type);
29:
30:
31:
32:

Line 65: Procedure insert_validate(p_rec in ghr_pdc_shd.g_rec_type);

61: -- Internal Row Handler Use Only.
62: --
63: -- {End Of Comments}
64: -- ----------------------------------------------------------------------------
65: Procedure insert_validate(p_rec in ghr_pdc_shd.g_rec_type);
66: --
67: -- ----------------------------------------------------------------------------
68: -- |---------------------------< update_validate >----------------------------|
69: -- ----------------------------------------------------------------------------

Line 99: Procedure update_validate(p_rec in ghr_pdc_shd.g_rec_type);

95: -- Internal Row Handler Use Only.
96: --
97: -- {End Of Comments}
98: -- ----------------------------------------------------------------------------
99: Procedure update_validate(p_rec in ghr_pdc_shd.g_rec_type);
100: --
101: -- ----------------------------------------------------------------------------
102: -- |---------------------------< delete_validate >----------------------------|
103: -- ----------------------------------------------------------------------------

Line 133: Procedure delete_validate(p_rec in ghr_pdc_shd.g_rec_type);

129: -- Internal Row Handler Use Only.
130: --
131: -- {End Of Comments}
132: -- ----------------------------------------------------------------------------
133: Procedure delete_validate(p_rec in ghr_pdc_shd.g_rec_type);
134: --
135: end ghr_pdc_bus;