DBA Data[Home] [Help]

APPS.IBE_WORKFLOW_PVT dependencies on MO_GLOBAL

Line 1050: l_orgId := MO_GLOBAL.get_current_org_id();

1046: l_adhoc_user := 'HZ_PARTY:'||c_rec.Name;
1047: l_partyId := c_rec.Name;
1048: END LOOP;
1049:
1050: l_orgId := MO_GLOBAL.get_current_org_id();
1051: getUserType(l_partyId,l_UserType);
1052:
1053: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
1054: ibe_util.debug('Get Message - MsiteId: '||to_Char(p_msite_id)||' Org_id: '||to_char(l_orgId) ||' User Type: '||l_userType);

Line 1408: l_orgId := MO_GLOBAL.get_current_org_id();

1404: FOR c_rec IN c_login_user(l_adhoc_user) LOOP
1405: l_adhoc_user := 'HZ_PARTY:'||c_rec.Name;
1406: l_partyId := c_rec.Name;
1407: END LOOP;
1408: l_orgId := MO_GLOBAL.get_current_org_id();
1409:
1410: OPEN C_get_org_num(l_partyId);
1411: FETCH C_get_org_num into l_partyNum;
1412: IF (IBE_UTIL.G_DEBUGON = l_true) THEN

Line 1684: l_orgId := MO_GLOBAL.get_current_org_id();

1680: l_adhoc_user := 'HZ_PARTY:'||c_rec.Name;
1681: l_partyId := c_rec.Name;
1682: END LOOP;
1683:
1684: l_orgId := MO_GLOBAL.get_current_org_id();
1685: getUserType(l_partyId,l_UserType);
1686:
1687: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
1688: ibe_util.debug('Get Message - MsiteId: '||to_Char(p_msite_id)||

Line 2565: l_OrgId := MO_GLOBAL.get_current_org_id(); -- bug 7720550, scnagara

2561: -- l_user_name := 'HZ_PARTY:'||x_recepient_party_id;
2562:
2563: l_order_header_id := p_order_header_id;
2564:
2565: l_OrgId := MO_GLOBAL.get_current_org_id(); -- bug 7720550, scnagara
2566: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
2567: IBE_UTIL.DEBUG('NotifyReturnOrderStatus org id : '|| l_OrgId);
2568: END IF;
2569:

Line 2995: l_OrgId := MO_GLOBAL.get_current_org_id(); -- bug 7720550, scnagara

2991: ibe_util.debug('Get Message - Org_id: '||to_char(l_orgId)||' User Type: '||l_userType);
2992: END IF;
2993: ----DBMS_OUTPUT.PUT('Get Message - Org_id: '||to_char(l_orgId)||' User Type: '||l_userType);
2994:
2995: l_OrgId := MO_GLOBAL.get_current_org_id(); -- bug 7720550, scnagara
2996: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
2997: ibe_util.debug('Get Message - After setting, l_OrgId: '||to_char(l_OrgId));
2998: END IF;
2999:

Line 5786: l_org_Id := MO_GLOBAL.get_current_org_id();

5782: IBE_UTIL.DEBUG('Notify_view_shared_cart:quote name: '||l_quote_name);
5783: IBE_UTIL.DEBUG('Notify_view_shared_cart:retrieving message mapping');
5784: END IF;
5785:
5786: l_org_Id := MO_GLOBAL.get_current_org_id();
5787: IBE_WF_MSG_MAPPING_PVT.Retrieve_Msg_Mapping
5788: (
5789: p_org_id => l_Org_Id,
5790: p_msite_id => p_minisite_id,