DBA Data[Home] [Help]

APPS.HZ_BATCH_IMPORT_PKG dependencies on HZ_BATCH_ACTION_PUB

Line 1108: HZ_BATCH_ACTION_PUB.clear_status(

1104: -- 1. call batch deduplication cleanup routine
1105: -- 2. call registry deduplication cleanup routine
1106: -- it is the same cleanup routine that does both the above.
1107: FND_FILE.PUT_LINE (FND_FILE.LOG, 'UIC***** Cleaning up batch de-duplication actions');
1108: HZ_BATCH_ACTION_PUB.clear_status(
1109: p_batch_id => p_batch_id,
1110: x_return_status => l_return_status);
1111:
1112: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN

Line 1229: HZ_BATCH_ACTION_PUB.batch_dedup_action(

1225: -- and batch de-duplication was performed
1226: IF p_import_run_option = 'COMPLETE' AND
1227: p_run_batch_dedup = 'Y'
1228: THEN
1229: HZ_BATCH_ACTION_PUB.batch_dedup_action(
1230: p_batch_id => p_batch_id,
1231: p_action_on_parties => nvl(p_batch_dedup_action, r_batch_info.bd_action_on_parties),
1232: p_action_on_addresses => nvl(p_batch_dedup_action, r_batch_info.bd_action_on_addresses),
1233: p_action_on_contacts => nvl(p_batch_dedup_action, r_batch_info.bd_action_on_contacts),

Line 1587: HZ_BATCH_ACTION_PUB.batch_dedup_action(

1583: -- call batch dedup actions api with the r_batch_info.bd_action_on* parameters
1584: IF r_batch_info.import_status = 'ACTION_REQUIRED' THEN
1585:
1586: fnd_file.put_line(FND_FILE.LOG, 'UIC***** Calling the batch de-duplication actions API');
1587: HZ_BATCH_ACTION_PUB.batch_dedup_action(
1588: p_batch_id => p_batch_id,
1589: p_action_on_parties => nvl(p_batch_dedup_action, r_batch_info.bd_action_on_parties),
1590: p_action_on_addresses => nvl(p_batch_dedup_action, r_batch_info.bd_action_on_addresses),
1591: p_action_on_contacts => nvl(p_batch_dedup_action, r_batch_info.bd_action_on_contacts),

Line 1648: HZ_BATCH_ACTION_PUB.registry_dedup_action(

1644: OR
1645: r_batch_info.rd_action_existing_finents IS NOT NULL
1646: THEN
1647: fnd_file.put_line(FND_FILE.LOG, 'UIC***** Calling the registry de-duplication actions API');
1648: HZ_BATCH_ACTION_PUB.registry_dedup_action(
1649: p_batch_id => p_batch_id,
1650: p_action_new_parties => r_batch_info.rd_action_new_parties,
1651: p_action_existing_parties => r_batch_info.rd_action_existing_parties,
1652: p_action_dup_parties => r_batch_info.rd_action_dup_parties,