12.30 Application Get Service (GET)
Below are the package details for application get web service
Wrapper Engine
package:-
xaechk_ew_100_02. xaechk_ew_100_02 (iv_app_rec IN OUT NOCOPY xae_app_rest_rec_t,ov_error_rec IN OUT NOCOPY xae_error_rec_t);
Main Engine
package:-
xaechk_en_100_02. check_status (iv_app_rec IN OUT NOCOPY xae_app_rest_rec_t,ov_error_rec IN OUT NOCOPY xae_error_rec_t)
xaechk_en_100_02. populate_application_response(iv_app_rec IN OUT NOCOPY xae_app_rest_rec_t,ov_error_rec IN OUT NOCOPY xae_error_rec_t
Below are the Exit point package details for xaechk_en_100_02. check_status ();
BEFORE:-
xaechk_ex_100_02.CV_CHECK_STATUS_BFR = cmncon_cl_000_01.CUSTOMIZED THEN
xaechk_ex_100_02.check_status_bfr( iv_app_rec);
REPLACE:-
xaechk_ex_100_02.CV_CHECK_STATUS_REP = cmncon_cl_000_01.CUSTOMIZED THEN
xaechk_ex_100_02.check_status_rep(iv_app_rec);
AFTER:-
xaechk_ex_100_02.CV_CHECK_STATUS_AFR = cmncon_cl_000_01.CUSTOMIZED THEN
xaechk_ex_100_02.check_status_afr(iv_app_rec);
Parent topic: RESTful Web Services Extensibility