12.25 Application Status Change (PUT)
Below the custom packages.
Below are the package details for application status change web service
Wrapper Engine
package:-
xaeasc_ew_100_01. xaeasc_ew_100_01 ( iv_req_rec_t IN xae_app_asc_rec_t,iv_res_rec_t IN OUT NOCOPY xae_app_asc_res_rec_t)
Main Engine
package:-
xaeasc_em_100_01. app_status_change (iv_req_rec_t IN xae_app_asc_rec_t,iv_res_rec_t IN OUT NOCOPY xae_app_asc_res_rec_t)
Below are the Exit point package details for xaeasc_em_100_01. app_status_change ();
BEFORE:-
xaeasc_ex_100_01.cv_app_status_change_bfr = cmncon_cl_000_01.CUSTOMIZED THEN
xaeasc_ex_100_01.app_status_change_bfr(iv_req_rec_t, iv_res_rec_t);
REPLACE:-
xaeasc_ex_100_01.cv_app_status_change_rep = cmncon_cl_000_01.CUSTOMIZED THEN
xaeasc_ex_100_01.app_status_change_rep(iv_req_rec_t, iv_res_rec_t);
AFTER:-
xaeasc_ex_100_01.cv_app_status_change_afr = cmncon_cl_000_01.CUSTOMIZED THEN
xaeasc_ex_100_01.app_status_change_afr(iv_req_rec_t, iv_res_rec_t);
Parent topic: RESTful Web Services Extensibility