DBA Data[Home] [Help]

APPS.IGI_ITR_TIMEOUT_PKG dependencies on IGI_ITR_ACTION_HISTORY

Line 228: FROM igi_itr_action_history

224: */
225:
226: SELECT max(sequence_num) + 1
227: INTO l_sequence_num
228: FROM igi_itr_action_history
229: WHERE it_service_line_id = l_it_service_line_id;
230:
231: /* Find the fnd user id of the receiver for the service line
232: */

Line 246: igi_itr_action_history_ss_pkg.insert_row(

242: /* Call common package to insert record into action
243: ** history table
244: */
245:
246: igi_itr_action_history_ss_pkg.insert_row(
247: X_Service_Line_Id => l_it_service_line_id
248: ,X_Sequence_Num => l_sequence_num
249: ,X_Action_Code => 'U'
250: ,X_Action_Date => sysdate