DBA Data[Home] [Help]

APPS.IGI_ITR_APPROVAL_PKG dependencies on IGI_ITR_ACTION_HISTORY

Line 729: FROM igi_itr_action_history

725: aname => 'SERVICE_LINE_ID' );
726:
727: SELECT max(sequence_num) + 1
728: INTO l_sequence_num
729: FROM igi_itr_action_history
730: WHERE it_service_line_id = l_service_line_id;
731:
732: l_action_code := wf_engine.GetActivityAttrText(
733: itemtype => itemtype,

Line 751: igi_itr_action_history_ss_pkg.insert_row(

747:
748: -- Call the table handler to update the ITR action history table
749: -- with the action performed
750:
751: igi_itr_action_history_ss_pkg.insert_row(
752: X_Service_Line_Id => l_service_line_id
753: ,X_Sequence_Num => l_sequence_num
754: ,X_Action_Code => l_action_code
755: ,X_Action_Date => sysdate