DBA Data[Home] [Help]

APPS.XDP_XDP_PERF_BM_RT_U dependencies on XDP_MACROS

Line 21: xdp_macros.initdefault(p_order_id, p_line_item_id, p_wi_instance_id, p_fa_instance_id);

17: p_fe_name OUT VARCHAR2,
18: p_return_code OUT NUMBER,
19: p_error_description OUT VARCHAR2
20: *****************************************************************************/
21: xdp_macros.initdefault(p_order_id, p_line_item_id, p_wi_instance_id, p_fa_instance_id);
22: declare
23: /*****************************************************************************
24: This procedure returns the Fulfillment Element (FE) name of the FE
25: that is to be provisioned by this Fulfillment Action (FA).

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

34: -- your code...
35: p_fe_name := 'XDP_PERF_BM_NULL_FE';
36: END;
37:
38: xdp_macros.EndProc(p_return_code, p_error_description);
39: exception
40: when others then
41: xdp_macros.HandleProcErrors(p_return_code,p_error_description);
42: end XDP_PERF_BM_RT ;

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

37:
38: xdp_macros.EndProc(p_return_code, p_error_description);
39: exception
40: when others then
41: xdp_macros.HandleProcErrors(p_return_code,p_error_description);
42: end XDP_PERF_BM_RT ;
43: END XDP_XDP_PERF_BM_RT_U;