DBA Data[Home] [Help]

APPS.XDP_XDP_PERF_BM_FP_U dependencies on XDP_MACROS

Line 43: xdp_macros.initfp(p_order_id, p_line_item_id, p_wi_instance_id, p_fa_instance_id, p_channel_name, p_fe_name, 'XDP_PERF_BM_FP');

39: p_fa_item_key IN VARCHAR2,
40: p_return_code OUT NUMBER,
41: p_error_description OUT VARCHAR2
42: *****************************************************************************/
43: xdp_macros.initfp(p_order_id, p_line_item_id, p_wi_instance_id, p_fa_instance_id, p_channel_name, p_fe_name, 'XDP_PERF_BM_FP');
44: declare
45: /*****************************************************************************
46: This procedure is called by the FA to provision a FE for a particular service.
47: It has the following input parameters and no output parameters:

Line 63: xdp_macros.EndProc(p_return_code, p_error_description);

59: -- your code...
60: null;
61: END;
62:
63: xdp_macros.EndProc(p_return_code, p_error_description);
64: exception
65: when others then
66: xdp_macros.HandleProcErrors(p_return_code,p_error_description);
67: end XDP_PERF_BM_FP ;

Line 66: xdp_macros.HandleProcErrors(p_return_code,p_error_description);

62:
63: xdp_macros.EndProc(p_return_code, p_error_description);
64: exception
65: when others then
66: xdp_macros.HandleProcErrors(p_return_code,p_error_description);
67: end XDP_PERF_BM_FP ;
68: END XDP_XDP_PERF_BM_FP_U;