DBA Data[Home] [Help]

APPS.JTF_IH_PARTY_MERGE_PKG dependencies on FND_API

Line 56: x_return_status := FND_API.G_RET_STS_SUCCESS;

52: l_api_name := 'JTF_IH_MERGE_PARTY';
53: l_count := 0;
54: arp_message.set_line('JTF_IH_PARTY_MERGE_PKG.JTF_IH_MERGE_PARTY()+');
55:
56: x_return_status := FND_API.G_RET_STS_SUCCESS;
57: select merge_reason_code
58: into l_merge_reason_code
59: from hz_merge_batch
60: where batch_id = p_batch_id;

Line 130: x_return_status := FND_API.G_RET_STS_ERROR;

126: when resource_busy then
127: arp_message.set_line(g_proc_name || '.' || l_api_name ||
128: '; Could not obtain lock for records in table ' ||
129: 'JTF_IH_INTERACTIONS for party_id = ' || p_from_fk_id );
130: x_return_status := FND_API.G_RET_STS_ERROR;
131: --dbms_output.put_line('Busy');
132: raise;
133:
134: when others then

Line 137: x_return_status := FND_API.G_RET_STS_ERROR;

133:
134: when others then
135: arp_message.set_line(g_proc_name || '.' || l_api_name || ': ' || sqlerrm);
136: --dbms_output.put_line('Other ');
137: x_return_status := FND_API.G_RET_STS_ERROR;
138: raise;
139: end;
140: -- update the doc_id value in JTF_IH_ACTIVITES for doc_ref
141: -- (object_code) values that populate doc_id with party_id values