DBA Data[Home] [Help]

APPS.XNP_FA_CB dependencies on XNP_UTILS

Line 61: xnp_utils.get_wf_instance

57: ------------------------------------------------------------------
58: -- Derive the workflow itemtype, itemkey and activity
59: ------------------------------------------------------------------
60:
61: xnp_utils.get_wf_instance
62: ( p_process_reference
63: , l_wf_type
64: , l_wf_key
65: , l_feature_type_n_fe_id

Line 95: xnp_utils.get_workitem_instance_id

91: l_fa_instance_id := to_number(l_reference_id);
92:
93: -- Get the workitem instance id
94:
95: xnp_utils.get_workitem_instance_id
96: (p_reference_id =>l_reference_id
97: ,x_workitem_instance_id =>l_workitem_instance_id
98: ,x_error_code =>x_error_code
99: ,x_error_message =>x_error_message

Line 154: xnp_utils.get_wf_instance

150: x_error_message := SQLERRM;
151: return;
152: END;
153:
154: xnp_utils.get_wf_instance
155: ( l_feature_type_n_fe_id
156: , l_provisioning_operation
157: , l_feature_type
158: , l_tmp_fe_id