DBA Data[Home] [Help]

APPS.SSP_ERN_BUS dependencies on SSP_ERN_SHD

Line 56: Procedure insert_validate(p_rec in out nocopy ssp_ern_shd.g_rec_type);

52: -- Access Status:
53: -- Internal Table Handler Use Only.
54: --
55: -- ----------------------------------------------------------------------------
56: Procedure insert_validate(p_rec in out nocopy ssp_ern_shd.g_rec_type);
57: --
58: -- ----------------------------------------------------------------------------
59: -- |---------------------------< update_validate >----------------------------|
60: -- ----------------------------------------------------------------------------

Line 88: Procedure update_validate(p_rec in out nocopy ssp_ern_shd.g_rec_type);

84: -- Access Status:
85: -- Internal Table Handler Use Only.
86: --
87: -- ----------------------------------------------------------------------------
88: Procedure update_validate(p_rec in out nocopy ssp_ern_shd.g_rec_type);
89: --
90: -- ----------------------------------------------------------------------------
91: -- |---------------------------< delete_validate >----------------------------|
92: -- ----------------------------------------------------------------------------

Line 120: Procedure delete_validate(p_rec in ssp_ern_shd.g_rec_type);

116: -- Access Status:
117: -- Internal Table Handler Use Only.
118: --
119: -- ----------------------------------------------------------------------------
120: Procedure delete_validate(p_rec in ssp_ern_shd.g_rec_type);
121: --
122: end ssp_ern_bus;