DBA Data[Home] [Help]

APPS.ECX_ERRORLOG dependencies on WF_AGENT_T

Line 672: x_from_agt wf_agent_t := wf_agent_t(null, null);

668: o_ret_msg OUT NOCOPY varchar2
669: )
670: is
671: p_event wf_event_t;
672: x_from_agt wf_agent_t := wf_agent_t(null, null);
673: m_transaction_subtype varchar2(250);
674: m_party_id number; /* Bug 2122579 */
675: m_party_site_id number; /* Bug 2122579 */
676: m_org_id pls_integer;

Line 793: x_from_agt wf_agent_t := wf_agent_t(null, null);

789: where transaction_type = i_transaction_type
790: and transaction_subtype = i_transaction_subtype;
791:
792: p_event wf_event_t;
793: x_from_agt wf_agent_t := wf_agent_t(null, null);
794:
795: i_admin_email ecx_tp_headers.company_admin_email%type;
796: i_party_type ecx_tp_headers.party_type%type;
797: i_error_no pls_integer;