DBA Data[Home] [Help]

APPS.OTA_BJT_BUS dependencies on OTA_BJT_SHD

Line 104: (p_rec in ota_bjt_shd.g_rec_type

100: --
101: -- {End of comments}
102: -- ----------------------------------------------------------------------------
103: Procedure insert_validate
104: (p_rec in ota_bjt_shd.g_rec_type
105: ,p_booking_justification_id ota_bkng_justifications_b.booking_justification_id%TYPE
106: );
107: --
108: -- ----------------------------------------------------------------------------

Line 136: (p_rec in ota_bjt_shd.g_rec_type

132: --
133: -- {End Of Comments}
134: -- ----------------------------------------------------------------------------
135: Procedure update_validate
136: (p_rec in ota_bjt_shd.g_rec_type
137: );
138: --
139: -- ----------------------------------------------------------------------------
140: -- |---------------------------< delete_validate >----------------------------|

Line 172: (p_rec in ota_bjt_shd.g_rec_type

168: --
169: -- {End Of Comments}
170: -- ----------------------------------------------------------------------------
171: Procedure delete_validate
172: (p_rec in ota_bjt_shd.g_rec_type
173: );
174: --
175: end ota_bjt_bus;