DBA Data[Home] [Help]

APPS.OTA_TDB_BUS dependencies on OTA_TDB_SHD

Line 36: p_rec in ota_tdb_shd.g_rec_type);

32: -- {End Of Comments}
33: -- ----------------------------------------------------------------------------
34: Procedure chk_non_updateable_args
35: (
36: p_rec in ota_tdb_shd.g_rec_type);
37:
38:
39: --
40: --added for eBS by dhmulia

Line 670: p_rec in ota_tdb_shd.g_rec_type,

666: --
667: -- {End Of Comments}
668: -- ----------------------------------------------------------------------------
669: Procedure insert_validate(
670: p_rec in ota_tdb_shd.g_rec_type,
671: p_enrollment_type in varchar2
672: );
673: --
674: -- ----------------------------------------------------------------------------

Line 707: p_rec in ota_tdb_shd.g_rec_type,

703: --
704: -- {End Of Comments}
705: -- ----------------------------------------------------------------------------
706: Procedure update_validate(
707: p_rec in ota_tdb_shd.g_rec_type,
708: p_enrollment_type in varchar2
709: );
710: --
711: -- ----------------------------------------------------------------------------

Line 743: Procedure delete_validate(p_rec in ota_tdb_shd.g_rec_type);

739: -- Internal Development Use Only.
740: --
741: -- {End Of Comments}
742: -- ----------------------------------------------------------------------------
743: Procedure delete_validate(p_rec in ota_tdb_shd.g_rec_type);
744: --
745: -- Added for bug#4606760
746: PROCEDURE check_secure_event(p_event_id IN NUMBER
747: ,p_delegate_person_id IN NUMBER);