DBA Data[Home] [Help]

APPS.AMS_LISTGENERATION_PKG dependencies on AMS_ACT_LOGS_TRANSACTION_ID_S

Line 105: ,ams_act_logs_transaction_id_s.NEXTVAL

101: ,FND_GLOBAL.Conc_Login_Id
102: ,1
103: ,g_list_header_id
104: ,'LIST'
105: ,ams_act_logs_transaction_id_s.NEXTVAL
106: ,g_message_table(i)
107: ) ;*/
108: commit;
109: exception

Line 214: ,ams_act_logs_transaction_id_s.NEXTVAL

210: ,FND_GLOBAL.Conc_Login_Id
211: ,1
212: ,nvl(p_log_used_by_id,g_list_header_id)
213: ,'LIST'
214: ,ams_act_logs_transaction_id_s.NEXTVAL
215: ,p_msg_data
216: ) ;
217: commit;
218: