DBA Data[Home] [Help]

APPS.IGS_OR_INST_IMP_001 dependencies on IGS_PE_GEN_003

Line 253: IGS_PE_GEN_003.TURNOFF_TCA_BE (

249:
250: IGS_GE_GEN_003.Set_org_id(p_org_id);
251:
252: --Disable Business Event before running Bulk Process
253: IGS_PE_GEN_003.TURNOFF_TCA_BE (
254: P_TURNOFF => 'Y'
255: );
256:
257: l_return := fnd_installation.get_app_info('IGS', l_status, l_industry, l_schema);

Line 299: IGS_PE_GEN_003.TURNOFF_TCA_BE (

295: --Raise Bulk address process notification
296: IGS_PE_WF_GEN.ADDR_BULK_SYNCHRONIZATION(IGS_PE_WF_GEN.TI_ADDR_CHG_PERSONS);
297:
298: --Enable Business Event before quiting Bulk Process
299: IGS_PE_GEN_003.TURNOFF_TCA_BE (
300: P_TURNOFF => 'N'
301: );
302: EXCEPTION
303: WHEN OTHERS THEN

Line 312: IGS_PE_GEN_003.TURNOFF_TCA_BE (

308: ' ' || SQLERRM,NULL,NULL,NULL,NULL,NULL,g_request_id);
309: END IF;
310:
311: --Enable Business Event before quiting Bulk Process
312: IGS_PE_GEN_003.TURNOFF_TCA_BE (
313: P_TURNOFF => 'N'
314: );
315: IGS_GE_MSG_STACK.Conc_Exception_Hndl;
316: END imp_or_institution;