DBA Data[Home] [Help]

APPS.IGIGITCH dependencies on IGI_ITR_CHARGE_HEADERS

Line 26: UPDATE igi_itr_charge_headers

22:
23: -- if all the services are either cancelled or approved then update
24: -- the header status to complete C
25: IF (l_total_recs = l_total_status) THEN
26: UPDATE igi_itr_charge_headers
27: SET submit_flag = 'C'
28: WHERE it_header_id = p_it_header_id;
29: END IF;
30: