DBA Data[Home] [Help]

APPS.AMS_PARTYIMPORT_PVT dependencies on AMS_LISTDEDUPE_PVT

Line 3764: AMS_ListDedupe_PVT.Generate_Key (

3760: EXIT WHEN c_id%NOTFOUND;
3761:
3762: --
3763: -- Call API to generate the dedupe key.
3764: AMS_ListDedupe_PVT.Generate_Key (
3765: p_api_version => L_API_VERSION,
3766: p_init_msg_list => FND_API.g_true,
3767:
3768: x_return_status => l_return_status,

Line 3926: AMS_ListDedupe_PVT.Generate_Key (

3922: CLOSE c_import;
3923:
3924: --
3925: -- Generate the dedupe key.
3926: AMS_ListDedupe_PVT.Generate_Key (
3927: p_api_version => L_API_VERSION,
3928: p_init_msg_list => p_init_msg_list,
3929:
3930: x_return_status => l_return_status,