cc_email_from_party (public, deprecated)

 cc_email_from_party party_id

Defined in packages/acs-tcl/tcl/deprecated-procs.tcl

Deprecated. Invoking this procedure generates a warning.

Parameters:
party_id (required)
Returns:
The email address of the indicated party.
See Also:

Testcases:
No testcase defined.
Source code:
ad_log_deprecated proc cc_email_from_party
    return [db_string email_from_party {} -default {}]
XQL Not present:
PostgreSQL, Oracle
Generic XQL file:
<fullquery name="cc_email_from_party.email_from_party">
    <querytext>

	select email from parties where party_id = :party_id

      </querytext>
</fullquery>
packages/acs-tcl/tcl/deprecated-procs.xql

[ hide source ] | [ make this the default ]
Show another procedure: