DBA Data[Home] [Help]

APPS.IBE_OM_INTEGRATION_GRP dependencies on IBE_WORKFLOW_PVT

Line 104: ibe_workflow_pvt.getUserType(l_party_id,l_usertype);

100: -- get the user type
101:
102: l_usertype:= NULL;
103:
104: ibe_workflow_pvt.getUserType(l_party_id,l_usertype);
105:
106:
107: IBE_WF_MSG_MAPPING_PVT.Retrieve_Msg_Mapping(
108: p_org_id => l_OrgId ,

Line 224: ibe_workflow_pvt.getUserType(l_party_id,l_usertype);

220: -- get the user type
221:
222: l_usertype:= NULL;
223:
224: ibe_workflow_pvt.getUserType(l_party_id,l_usertype);
225:
226: -- get reject reason code meaning from wf_lookups
227:
228: IF p_reject_reason_code is NULL THEN

Line 353: wf_core.context('IBE_WORKFLOW_PVT',l_notifname,l_messagename,p_order_header_id);

349: x_return_status := FND_API.g_ret_sts_error;
350:
351:
352: x_msg_count := 0;
353: wf_core.context('IBE_WORKFLOW_PVT',l_notifname,l_messagename,p_order_header_id);
354: RAISE;
355:
356:
357: END notify_rma_request_action;