DBA Data[Home] [Help]

APPS.OZF_PARTY_MKT_SEG_LOADER_PVT dependencies on OZF_ALLOCATION_ENGINE_PVT

Line 1603: OZF_ALLOCATION_ENGINE_PVT.adjust_account_targets(p_retcode, p_errbuf, p_terr_id);

1599: Ozf_Utility_pvt.write_conc_log(l_full_name || ': Success for territory ' || p_terr_id);
1600:
1601: ---R12 ------
1602: Ozf_Utility_pvt.write_conc_log(l_full_name || ': BEGIN - Adjusting Account Targets for Territory = '|| p_terr_id || ';');
1603: OZF_ALLOCATION_ENGINE_PVT.adjust_account_targets(p_retcode, p_errbuf, p_terr_id);
1604: Ozf_Utility_pvt.write_conc_log(l_full_name || ': END - Adjusting Account Targets for Territory = ' || p_terr_id || ';');
1605:
1606:
1607: /* recursively generate party list for the territory's children

Line 2107: --OZF_ALLOCATION_ENGINE_PVT.adjust_account_targets(retcode, errbuf, p_terr_id);

2103: -- mkothari - sep-09-2005 --R12
2104: -- adjust the account targets if any accounts have moved
2105: ---Ozf_Utility_pvt.write_conc_log(l_full_name || ': Adjusting Account Targets for Territory = '
2106: --- || p_terr_id || ' ... ');
2107: --OZF_ALLOCATION_ENGINE_PVT.adjust_account_targets(retcode, errbuf, p_terr_id);
2108:
2109: ELSE
2110: -- mkothari - sep-09-2005 --R12
2111: -- Dump old terr definition into global temp table so that

Line 2173: --OZF_ALLOCATION_ENGINE_PVT.adjust_account_targets(retcode, errbuf, NULL);

2169:
2170: -- mkothari - sep-09-2005 --R12
2171: -- adjust the account targets if any accounts have moved
2172: ---Ozf_Utility_pvt.write_conc_log(l_full_name || ': Adjusting Account Targets ... ');
2173: --OZF_ALLOCATION_ENGINE_PVT.adjust_account_targets(retcode, errbuf, NULL);
2174:
2175: END IF;
2176: Ozf_Utility_pvt.write_conc_log;
2177: COMMIT;