DBA Data[Home] [Help]

APPS.OTA_TFH_API_BUS dependencies on OTA_TFH_API_SHD

Line 36: Procedure insert_validate( p_rec in out nocopy ota_tfh_api_shd.g_rec_type

32: -- Internal Development Use Only.
33: --
34: -- {End Of Comments}
35: -- ----------------------------------------------------------------------------
36: Procedure insert_validate( p_rec in out nocopy ota_tfh_api_shd.g_rec_type
37: , p_transaction_type in varchar2);
38: --
39: -- ----------------------------------------------------------------------------
40: -- |---------------------------< update_validate >----------------------------|

Line 71: Procedure update_validate( p_rec in out nocopy ota_tfh_api_shd.g_rec_type

67: -- Internal Development Use Only.
68: --
69: -- {End Of Comments}
70: -- ----------------------------------------------------------------------------
71: Procedure update_validate( p_rec in out nocopy ota_tfh_api_shd.g_rec_type
72: , p_transaction_type in varchar2);
73: --
74: -- ----------------------------------------------------------------------------
75: -- |---------------------------< delete_validate >----------------------------|

Line 106: Procedure delete_validate(p_rec in ota_tfh_api_shd.g_rec_type);

102: -- Internal Development Use Only.
103: --
104: -- {End Of Comments}
105: -- ----------------------------------------------------------------------------
106: Procedure delete_validate(p_rec in ota_tfh_api_shd.g_rec_type);
107: --
108:
109: -- ---------------------------------------------------------------------------
110: -- |----------------------< set_security_group_id >--------------------------|