DBA Data[Home] [Help]

APPS.IBE_WORKFLOW_PVT dependencies on IBE_WF_MSG_MAPPING_PVT

Line 1057: IBE_WF_MSG_MAPPING_PVT.Retrieve_Msg_Mapping

1053: l_last_name := c_jtf_rs_rec.source_last_name;
1054: END LOOP;
1055: l_full_name := l_last_name || ', ' || l_first_name;
1056:
1057: IBE_WF_MSG_MAPPING_PVT.Retrieve_Msg_Mapping
1058: (
1059: p_org_id => l_OrgId,
1060: p_msite_id => p_msite_id,
1061: p_user_type => l_userType,

Line 1460: IBE_WF_MSG_MAPPING_PVT.Retrieve_Msg_Mapping

1456: ibe_util.debug('NotifyRegistration:l_approval_msg_name='||l_approval_msg_name);
1457: END IF;
1458: CLOSE C_get_approval_id;
1459: --end ab
1460: IBE_WF_MSG_MAPPING_PVT.Retrieve_Msg_Mapping
1461: ( p_org_id => l_OrgId,
1462: p_msite_id => p_msite_id,
1463: p_user_type => l_userType,
1464: p_notif_name => l_notifName,

Line 1683: IBE_WF_MSG_MAPPING_PVT.Retrieve_Msg_Mapping

1679: ' Org_id: '||to_char(l_orgId) ||' User Type: '||
1680: l_userType);
1681: END IF;
1682:
1683: IBE_WF_MSG_MAPPING_PVT.Retrieve_Msg_Mapping
1684: (
1685: p_org_id => l_OrgId,
1686: p_msite_id => p_msite_id,
1687: p_user_type => l_userType,

Line 2021: IBE_WF_MSG_MAPPING_PVT.Retrieve_Msg_Mapping(

2017: ELSE
2018: l_view_net_price_flag := 'N';
2019: END IF;
2020:
2021: IBE_WF_MSG_MAPPING_PVT.Retrieve_Msg_Mapping(
2022: p_org_id => l_OrgId ,
2023: p_msite_id => p_msite_id ,
2024: p_user_type => l_userType ,
2025: p_notif_name => l_notifName ,

Line 2242: IBE_WF_MSG_MAPPING_PVT.Retrieve_Msg_Mapping(

2238: l_item_key := l_event_type||'-'||to_char(sysdate,'MMDDYYHH24MISS')||'-'||p_quote_id||'-'||l_partyId;
2239: getUserType(l_partyId, l_UserType);
2240:
2241:
2242: IBE_WF_MSG_MAPPING_PVT.Retrieve_Msg_Mapping(
2243: p_org_id => l_OrgId,
2244: p_msite_id => p_msite_id,
2245: p_user_type => l_userType,
2246: p_notif_name => l_notifName,

Line 2502: IBE_WF_MSG_MAPPING_PVT.Retrieve_Msg_Mapping(

2498:
2499: IF l_notifEnabled = 'Y' Then
2500:
2501:
2502: IBE_WF_MSG_MAPPING_PVT.Retrieve_Msg_Mapping(
2503: p_org_id => l_OrgId ,
2504: p_msite_id => NULL ,
2505: p_user_type => l_userType ,
2506: p_notif_name => l_notifName ,

Line 2905: IBE_WF_MSG_MAPPING_PVT.Retrieve_Msg_Mapping(

2901: ibe_util.debug('Get Message - Org_id: '||to_char(l_orgId)||' User Type: '||l_userType);
2902: END IF;
2903: ----DBMS_OUTPUT.PUT('Get Message - Org_id: '||to_char(l_orgId)||' User Type: '||l_userType);
2904:
2905: IBE_WF_MSG_MAPPING_PVT.Retrieve_Msg_Mapping(
2906: p_org_id => l_OrgId,
2907: p_msite_id => NULL,
2908: p_user_type => l_userType,
2909: p_notif_name => l_notifName,

Line 3117: IBE_WF_MSG_MAPPING_PVT.Retrieve_Msg_Mapping

3113: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
3114: ibe_util.debug('Get Message - MsiteId: '||to_Char(l_msite_id)||' Org_id: '||to_char(l_quote_org_id)||' User Type: '||l_userType);
3115: END IF;
3116:
3117: IBE_WF_MSG_MAPPING_PVT.Retrieve_Msg_Mapping
3118: (
3119: p_org_id => l_quote_org_id,
3120: p_msite_id => l_msite_id,
3121: p_user_type => l_userType,

Line 3472: IBE_WF_MSG_MAPPING_PVT.Retrieve_Msg_Mapping

3468: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
3469: ibe_util.debug('Get Message - MsiteId: '||to_Char(p_msite_id)||' Org_id: '||to_char(l_quote_org_id)||' User Type: '||l_userType);
3470: END IF;
3471:
3472: IBE_WF_MSG_MAPPING_PVT.Retrieve_Msg_Mapping
3473: (
3474: p_org_id => l_quote_org_id,
3475: p_msite_id => p_msite_id,
3476: p_user_type => l_userType,

Line 3608: IBE_WF_MSG_MAPPING_PVT.Retrieve_Msg_Mapping

3604: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
3605: ibe_util.debug('Get Message - MsiteId: '||to_Char(p_msite_id)||' Org_id: '||to_char(l_quote_org_id)||' User Type: '||l_userType);
3606: END IF;
3607:
3608: IBE_WF_MSG_MAPPING_PVT.Retrieve_Msg_Mapping
3609: (
3610: p_org_id => l_quote_org_id,
3611: p_msite_id => p_msite_id,
3612: p_user_type => l_userType,

Line 4026: IBE_WF_MSG_MAPPING_PVT.Retrieve_Msg_Mapping

4022: ibe_util.debug('Get Message - MsiteId: '||to_Char(p_msite_id)||
4023: ' Org_id: '||to_char(l_orgid)||' User Type: '||l_userType);
4024: END IF;
4025:
4026: IBE_WF_MSG_MAPPING_PVT.Retrieve_Msg_Mapping
4027: (
4028: p_org_id => l_orgId,
4029: p_msite_id => p_msite_id,
4030: p_user_type => l_userType,

Line 4240: IBE_WF_MSG_MAPPING_PVT.Retrieve_Msg_Mapping

4236: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
4237: ibe_util.debug('Get Message - MsiteId: '||to_Char(p_msite_id)||
4238: ' Org_id: '||to_char(l_orgid)||' User Type: '||l_userType);
4239: END IF;
4240: IBE_WF_MSG_MAPPING_PVT.Retrieve_Msg_Mapping
4241: (
4242: p_org_id => l_orgId,
4243: p_msite_id => p_msite_id,
4244: p_user_type => l_userType,

Line 4720: IBE_WF_MSG_MAPPING_PVT.Retrieve_Msg_Mapping

4716: END LOOP;
4717: END IF;*/
4718:
4719: -- Retrive Actual Message
4720: IBE_WF_MSG_MAPPING_PVT.Retrieve_Msg_Mapping
4721: (
4722: p_org_id => l_OrgId,
4723: p_msite_id => p_minisite_id,
4724: p_user_type => l_userType,

Line 4990: IBE_WF_MSG_MAPPING_PVT.Retrieve_Msg_Mapping

4986: -- Retrive Actual Message
4987: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
4988: IBE_UTIL.DEBUG('Notify_finish_sharing:Retrievng message mapping');
4989: END IF;
4990: IBE_WF_MSG_MAPPING_PVT.Retrieve_Msg_Mapping
4991: (
4992: p_org_id => l_OrgId,
4993: p_msite_id => p_minisite_id,
4994: p_user_type => l_userType,

Line 5242: IBE_WF_MSG_MAPPING_PVT.Retrieve_Msg_Mapping

5238: END IF;
5239:
5240: -- Retrieve the message text for update message from fnd_messages
5241:
5242: IBE_WF_MSG_MAPPING_PVT.Retrieve_Msg_Mapping
5243: (
5244: p_org_id => l_OrgId,
5245: p_msite_id => p_minisite_id,
5246: p_user_type => l_userType,

Line 5483: IBE_WF_MSG_MAPPING_PVT.Retrieve_Msg_Mapping

5479: IBE_UTIL.DEBUG('Notify_access_change:l_adhoc_role: '||l_adhoc_role);
5480: END IF;
5481:
5482: -- Retrive Actual Message
5483: IBE_WF_MSG_MAPPING_PVT.Retrieve_Msg_Mapping
5484: (
5485: p_org_id => l_OrgId,
5486: p_msite_id => p_minisite_id,
5487: p_user_type => l_userType,

Line 5692: IBE_WF_MSG_MAPPING_PVT.Retrieve_Msg_Mapping

5688: IBE_UTIL.DEBUG('Notify_view_shared_cart:retrieving message mapping');
5689: END IF;
5690:
5691: l_org_Id := MO_GLOBAL.get_current_org_id();
5692: IBE_WF_MSG_MAPPING_PVT.Retrieve_Msg_Mapping
5693: (
5694: p_org_id => l_Org_Id,
5695: p_msite_id => p_minisite_id,
5696: p_user_type => l_user_Type,

Line 5964: IBE_WF_MSG_MAPPING_PVT.Retrieve_Msg_Mapping

5960: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
5961: ibe_util.debug('Get Message - MsiteId: '||to_Char(p_msite_id)||' Org_id: '||to_char(l_orgId)
5962: ||' User Type: '||l_userType);
5963: END IF;
5964: IBE_WF_MSG_MAPPING_PVT.Retrieve_Msg_Mapping
5965: (
5966: p_org_id => l_OrgId,
5967: p_msite_id => p_msite_id,
5968: p_user_type => l_userType,