DBA Data[Home] [Help]

APPS.OKS_PARTY_MERGE_PKG dependencies on FND_API

Line 27: x_return_status := FND_API.G_RET_STS_SUCCESS;

23:
24: BEGIN
25: arp_message.set_line(g_api_name||'.'||l_proc_name);
26:
27: x_return_status := FND_API.G_RET_STS_SUCCESS;
28:
29: --If it is a Site Merge, nothing to be done. Return the x_to_id.
30:
31: if p_from_fk_id = p_to_fk_id then

Line 59: x_return_status := FND_API.G_RET_STS_ERROR;

55:
56: EXCEPTION
57: when OTHERS then
58: arp_message.set_line(g_api_name||'.'||l_proc_name||': '||sqlerrm);
59: x_return_status := FND_API.G_RET_STS_ERROR;
60: raise;
61: END;
62: end if;
63: END OKS_BILLING_PROFILES;

Line 102: x_return_status := FND_API.G_RET_STS_SUCCESS;

98:
99: BEGIN
100: arp_message.set_line(g_api_name||'.'||l_proc_name);
101:
102: x_return_status := FND_API.G_RET_STS_SUCCESS;
103:
104: --If it is a Site Merge, nothing to be done. Return the x_to_id.
105:
106: if p_from_fk_id = p_to_fk_id then

Line 215: x_return_status := FND_API.G_RET_STS_ERROR;

211:
212: EXCEPTION
213: when OTHERS then
214: arp_message.set_line(g_api_name||'.'||l_proc_name||': '||sqlerrm);
215: x_return_status := FND_API.G_RET_STS_ERROR;
216: raise;
217: END;
218: end if;
219: END OKS_DEFAULTS;

Line 240: x_return_status := FND_API.G_RET_STS_SUCCESS;

236:
237: BEGIN
238: arp_message.set_line(g_api_name||'.'||l_proc_name);
239:
240: x_return_status := FND_API.G_RET_STS_SUCCESS;
241:
242: --If it is a Site Merge, nothing to be done. Return the x_to_id.
243:
244: if p_from_fk_id = p_to_fk_id then

Line 283: x_return_status := FND_API.G_RET_STS_ERROR;

279:
280: EXCEPTION
281: when OTHERS then
282: arp_message.set_line(g_api_name||'.'||l_proc_name||': '||sqlerrm);
283: x_return_status := FND_API.G_RET_STS_ERROR;
284: raise;
285: END;
286: end if;
287: END OKS_SERVICE_EXCEPTS;

Line 308: x_return_status := FND_API.G_RET_STS_SUCCESS;

304:
305: BEGIN
306: arp_message.set_line(g_api_name||'.'||l_proc_name);
307:
308: x_return_status := FND_API.G_RET_STS_SUCCESS;
309:
310: --If it is a Site Merge, nothing to be done. Return the x_to_id.
311:
312: if p_from_fk_id = p_to_fk_id then

Line 337: x_return_status := FND_API.G_RET_STS_ERROR;

333:
334: EXCEPTION
335: when OTHERS then
336: arp_message.set_line(g_api_name||'.'||l_proc_name||': '||sqlerrm);
337: x_return_status := FND_API.G_RET_STS_ERROR;
338: raise;
339: END;
340: end if;
341: END OKS_QUALIFIERS;