DBA Data[Home] [Help]

APPS.AP_APXIIMPT_XMLP_PKG dependencies on AP_INTERFACE_CONTROLS

Line 305: DEBUG_INFO := '(After report 3) Delete record in ap_interface_controls';

301: ,'Before Report Trigger') <> TRUE) THEN
302: RAISE INIT_FAILURE;
303: END IF;
304: END IF;
305: DEBUG_INFO := '(After report 3) Delete record in ap_interface_controls';
306: IF (P_DEBUG_SWITCH_T in ('y','Y')) THEN
307: /*SRW.MESSAGE('3'
308: ,DEBUG_INFO)*/NULL;
309: END IF;

Line 310: DELETE FROM AP_INTERFACE_CONTROLS

306: IF (P_DEBUG_SWITCH_T in ('y','Y')) THEN
307: /*SRW.MESSAGE('3'
308: ,DEBUG_INFO)*/NULL;
309: END IF;
310: DELETE FROM AP_INTERFACE_CONTROLS
311: WHERE SOURCE = p_source_t
312: AND ( ( p_group_id_t IS NULL )
313: OR ( GROUP_ID = p_group_id_t ) )
314: AND REQUEST_ID = P_CONC_REQUEST_ID;