DBA Data[Home] [Help]

APPS.OTA_CHT_BUS dependencies on OTA_CHATS_B

Line 106: ,p_chat_id in ota_chats_b.chat_id%type

102: -- ----------------------------------------------------------------------------
103: Procedure insert_validate
104: (p_effective_date in date
105: ,p_rec in ota_cht_shd.g_rec_type
106: ,p_chat_id in ota_chats_b.chat_id%type
107: );
108: --
109: -- ----------------------------------------------------------------------------
110: -- |---------------------------< update_validate >----------------------------|