index

Package ap_gift_history

This package provides the process API for the Advancement Giving History API (AP_GIFT_HISTORY).
 
A valid Banner ID must be supplied when requesting giving history summary and detail information.
 
The result of a call to f_show_gifts is an Oracle Object of the CLOB type.
This object contains XML code which contains summary giving information and a complete list of all gifts made by the ID and any hard credit assigned to the ID.


Program units
f_show_gifts   Service API to show gift history.
f_show_gifts   Process API to show gift history.


f_show_gifts

Function f_show_gifts(p_xt xmltype) RETURN CLOB

Service API to show gift history.

Parameters
p_xt   Request message to show gift history. XMLTYPE.

Returns
CLOB containing response message in XML format. CLOB.


f_show_gifts

Function f_show_gifts(p_request_oot AWS_GIVING_HISTORY_REQUEST)
  RETURN AWS_GIVING_HISTORY_RESPONSE

Process API to show gift history.

Parameters
p_request_oot   Request to show gift history. AWS_GIVING_HISTORY_REQUEST

Returns
Response message in OOT format. AWS_GIVING_HISTORY_RESPONSE