DBA Data[Home] [Help]

APPS.IEX_GAR_PUB dependencies on IEX_TERR_ASSIGNMENT_CLEANUP

Line 224: IEX_TERR_ASSIGNMENT_CLEANUP.Cleanup_Duplicate_Resources(

220:
221: -- Pre-cleaning of AS_ACCESSES_ALL and AS_TERRITORY_ACCESSES.
222: -- This is to be called if the Profile Option for Dup Res Deletion on address_id is enabled.
223: IF(l_terr_globals.enable_dups_rs_del = 'Y' ) THEN
224: IEX_TERR_ASSIGNMENT_CLEANUP.Cleanup_Duplicate_Resources(
225: x_errbuf => l_errbuf,
226: x_retcode => l_retcode,
227: p_terr_globals => l_terr_globals);
228: END IF;

Line 243: IEX_TERR_ASSIGNMENT_CLEANUP.Cleanup_Terrritory_Accesses(

239:
240: /*
241: -- Cleanup AS_TERRITORY_ACCESSES Records. Overload this procedure if LEAD Processing Goes Away.
242: -- Cleanup Terr Accesses for Lead, if the Lead Processing is Enabled-AS_DISABLE_BATCH_LEAD_TERR_ASSIGNMENT
243: IEX_TERR_ASSIGNMENT_CLEANUP.Cleanup_Terrritory_Accesses(
244: x_errbuf => l_errbuf,
245: x_retcode => l_retcode,
246: p_terr_globals => l_terr_globals);
247:

Line 253: IEX_TERR_ASSIGNMENT_CLEANUP.Perform_Account_Cleanup(

249: IF l_terr_globals.transaction_type = 'ACCOUNT' THEN
250: -- ffang 110703, enh2737659, New new mode TAP
251: IEX_TERR_WINNERS_PUB.Print_Debug('Clean up for Accounts');
252: IF p_run_mode = IEX_ATA_PUB.G_TOTAL_MODE THEN
253: IEX_TERR_ASSIGNMENT_CLEANUP.Perform_Account_Cleanup(
254: x_errbuf => l_errbuf,
255: x_retcode => l_retcode,
256: p_terr_globals => l_terr_globals);
257: END IF;