DBA Data[Home] [Help]

APPS.HZ_BATCH_IMPORT_PKG dependencies on HZ_BATCH_ACTION_PUB

Line 1106: HZ_BATCH_ACTION_PUB.clear_status(

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

Line 1227: HZ_BATCH_ACTION_PUB.batch_dedup_action(

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

Line 1583: HZ_BATCH_ACTION_PUB.batch_dedup_action(

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

Line 1644: HZ_BATCH_ACTION_PUB.registry_dedup_action(

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