DBA Data[Home] [Help]

APPS.ECX_TP_API dependencies on ECX_TP_API

Line 1: PACKAGE BODY ECX_TP_API AS

1: PACKAGE BODY ECX_TP_API AS
2: -- $Header: ECXTPXAB.pls 120.5 2006/10/11 05:23:47 gsingh ship $
3:
4:
5: Procedure retrieve_trading_partner(

Line 217: raise ecx_tp_api.tp_event_not_raised;

213: p_party_site_id => p_party_site_id,
214: p_company_email_addr => p_company_admin_email);
215:
216: if NOT(l_ret_code = ECX_UTIL_API.G_NO_ERROR) then
217: raise ecx_tp_api.tp_event_not_raised;
218: end if;
219:
220: Exception
221: when dup_val_on_index then

Line 228: when ecx_tp_api.tp_event_not_raised then

224: x_msg := ecx_debug.gettranslatedMessage('ECX_TP_HDR_EXISTS',
225: 'p_party_type', p_party_type,
226: 'p_party_id', p_party_id,
227: 'p_party_site_id', p_party_site_id);
228: when ecx_tp_api.tp_event_not_raised then
229: x_tp_header_id := -1;
230: x_return_status := l_ret_code;
231: x_msg := l_ret_msg;
232: when others then

Line 317: raise ecx_tp_api.tp_event_not_raised;

313: p_party_site_id => l_party_site_id,
314: p_company_email_addr => p_company_admin_email);
315:
316: if NOT(l_ret_code = ECX_UTIL_API.G_NO_ERROR) then
317: raise ecx_tp_api.tp_event_not_raised;
318: end if;
319: end if;
320:
321: exception

Line 322: when ecx_tp_api.tp_event_not_raised then

318: end if;
319: end if;
320:
321: exception
322: when ecx_tp_api.tp_event_not_raised then
323: x_return_status := l_ret_code;
324: x_msg := l_ret_msg;
325: when others then
326: x_return_status := ECX_UTIL_API.G_UNEXP_ERROR;

Line 417: raise ecx_tp_api.tp_event_not_raised;

413: p_party_site_id => l_party_site_id,
414: p_company_email_addr => l_company_admin_email);
415:
416: if NOT(l_ret_code = ECX_UTIL_API.G_NO_ERROR) then
417: raise ecx_tp_api.tp_event_not_raised;
418: end if;
419: end if;
420:
421: exception

Line 422: when ecx_tp_api.tp_event_not_raised then

418: end if;
419: end if;
420:
421: exception
422: when ecx_tp_api.tp_event_not_raised then
423: x_return_status := l_ret_code;
424: x_msg := l_ret_msg;
425: when others then
426: if (get_xref_dtl_id%ISOPEN)

Line 2260: ECX_TP_API.ecx_tp_synch_wf(org_table_name,party_name,p_party_id,p_company_email_addr,p_mod_type);

2256: close org_site_table;
2257: end if;
2258:
2259:
2260: ECX_TP_API.ecx_tp_synch_wf(org_table_name,party_name,p_party_id,p_company_email_addr,p_mod_type);
2261: ECX_TP_API.ecx_tp_synch_wf(org_site_table_name,party_site_loc,p_party_site_id,p_company_email_addr,p_mod_type);
2262:
2263:
2264:

Line 2261: ECX_TP_API.ecx_tp_synch_wf(org_site_table_name,party_site_loc,p_party_site_id,p_company_email_addr,p_mod_type);

2257: end if;
2258:
2259:
2260: ECX_TP_API.ecx_tp_synch_wf(org_table_name,party_name,p_party_id,p_company_email_addr,p_mod_type);
2261: ECX_TP_API.ecx_tp_synch_wf(org_site_table_name,party_site_loc,p_party_site_id,p_company_email_addr,p_mod_type);
2262:
2263:
2264:
2265: x_return_status := ECX_UTIL_API.G_NO_ERROR;