DBA Data[Home] [Help]

APPS.OTA_TFL_API_BUS dependencies on OTA_TFL_API_SHD

Line 36: Procedure insert_validate( p_rec in out nocopy ota_tfl_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_tfl_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_tfl_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_tfl_api_shd.g_rec_type
72: , p_money_amount in out nocopy number
73: , p_unitary_amount in out nocopy number
74: , p_date_raised in out nocopy date
75: , p_sequence_number in out nocopy number

Line 110: Procedure delete_validate(p_rec in ota_tfl_api_shd.g_rec_type);

106: -- Internal Development Use Only.
107: --
108: -- {End Of Comments}
109: -- ----------------------------------------------------------------------------
110: Procedure delete_validate(p_rec in ota_tfl_api_shd.g_rec_type);
111: --
112:
113: -- ---------------------------------------------------------------------------
114: -- |----------------------< set_security_group_id >--------------------------|