DBA Data[Home] [Help]

APPS.ECX_ERRORLOG dependencies on ECX_TRADING_PARTNER_PVT

Line 597: --- ECX_Trading_Partner_PVT.get_sysadmin_email(i_admin_email,o_ret_code,o_ret_msg);

593: -- set the error type
594: If (i_status <> 0)
595: then
596: i_error_type := 30; /*** Notify System Administrator ***/
597: --- ECX_Trading_Partner_PVT.get_sysadmin_email(i_admin_email,o_ret_code,o_ret_msg);
598: end if;
599:
600: wf_event.addParameterToList(p_name => 'ECX_ERROR_TYPE',
601: p_value => i_error_Type,

Line 709: ecx_trading_partner_pvt.get_senders_tp_info

705: close c1;
706:
707: if ( ecx_utils.g_direction = 'IN' ) and (ecx_utils.error_type = 20)
708: then
709: ecx_trading_partner_pvt.get_senders_tp_info
710: (
711: p_party_id => m_party_id,
712: p_party_site_id => m_party_site_id,
713: p_org_id => m_org_id,

Line 720: ecx_trading_partner_pvt.get_receivers_tp_info

716: retmsg => retmsg
717: );
718: elsif ( ecx_utils.g_direction = 'OUT' ) and (ecx_utils.error_type = 20)
719: then
720: ecx_trading_partner_pvt.get_receivers_tp_info
721: (
722: p_party_id => m_party_id,
723: p_party_site_id => m_party_site_id,
724: p_org_id => m_org_id,