DBA Data[Home] [Help]

APPS.IEX_GAR_PUB dependencies on IEX_TERR_ASSIGNMENT_CLEANUP

Line 213: IEX_TERR_ASSIGNMENT_CLEANUP.Cleanup_Duplicate_Resources(

209:
210: -- Pre-cleaning of AS_ACCESSES_ALL and AS_TERRITORY_ACCESSES.
211: -- This is to be called if the Profile Option for Dup Res Deletion on address_id is enabled.
212: IF(l_terr_globals.enable_dups_rs_del = 'Y' ) THEN
213: IEX_TERR_ASSIGNMENT_CLEANUP.Cleanup_Duplicate_Resources(
214: x_errbuf => l_errbuf,
215: x_retcode => l_retcode,
216: p_terr_globals => l_terr_globals);
217: END IF;

Line 231: IEX_TERR_ASSIGNMENT_CLEANUP.Cleanup_Terrritory_Accesses(

227:
228: /*
229: -- Cleanup AS_TERRITORY_ACCESSES Records. Overload this procedure if LEAD Processing Goes Away.
230: -- Cleanup Terr Accesses for Lead, if the Lead Processing is Enabled-AS_DISABLE_BATCH_LEAD_TERR_ASSIGNMENT
231: IEX_TERR_ASSIGNMENT_CLEANUP.Cleanup_Terrritory_Accesses(
232: x_errbuf => l_errbuf,
233: x_retcode => l_retcode,
234: p_terr_globals => l_terr_globals);
235:

Line 241: IEX_TERR_ASSIGNMENT_CLEANUP.Perform_Account_Cleanup(

237: IF l_terr_globals.transaction_type = 'ACCOUNT' THEN
238: -- ffang 110703, enh2737659, New new mode TAP
239: IEX_TERR_WINNERS_PUB.Print_Debug('Clean up for Accounts');
240: IF p_run_mode = IEX_ATA_PUB.G_TOTAL_MODE THEN
241: IEX_TERR_ASSIGNMENT_CLEANUP.Perform_Account_Cleanup(
242: x_errbuf => l_errbuf,
243: x_retcode => l_retcode,
244: p_terr_globals => l_terr_globals);
245: END IF;