DBA Data[Home] [Help]

APPS.OZF_PARTY_MKT_SEG_LOADER_PVT dependencies on OZF_ALLOCATION_ENGINE_PVT

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

1586: Ozf_Utility_pvt.write_conc_log(l_full_name || ': Success for territory ' || p_terr_id);
1587:
1588: ---R12 ------
1589: Ozf_Utility_pvt.write_conc_log(l_full_name || ': BEGIN - Adjusting Account Targets for Territory = '|| p_terr_id || ';');
1590: OZF_ALLOCATION_ENGINE_PVT.adjust_account_targets(p_retcode, p_errbuf, p_terr_id);
1591: Ozf_Utility_pvt.write_conc_log(l_full_name || ': END - Adjusting Account Targets for Territory = ' || p_terr_id || ';');
1592:
1593:
1594: /* recursively generate party list for the territory's children

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

2090: -- mkothari - sep-09-2005 --R12
2091: -- adjust the account targets if any accounts have moved
2092: ---Ozf_Utility_pvt.write_conc_log(l_full_name || ': Adjusting Account Targets for Territory = '
2093: --- || p_terr_id || ' ... ');
2094: --OZF_ALLOCATION_ENGINE_PVT.adjust_account_targets(retcode, errbuf, p_terr_id);
2095:
2096: ELSE
2097: -- mkothari - sep-09-2005 --R12
2098: -- Dump old terr definition into global temp table so that

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

2156:
2157: -- mkothari - sep-09-2005 --R12
2158: -- adjust the account targets if any accounts have moved
2159: ---Ozf_Utility_pvt.write_conc_log(l_full_name || ': Adjusting Account Targets ... ');
2160: --OZF_ALLOCATION_ENGINE_PVT.adjust_account_targets(retcode, errbuf, NULL);
2161:
2162: END IF;
2163: Ozf_Utility_pvt.write_conc_log;
2164: COMMIT;