DBA Data[Home] [Help]

APPS.IBE_WORKFLOW_PVT dependencies on IBE_WF_MSG_MAPPING_PVT

Line 119: | IBE_WF_MSG_MAPPING_PVT.Retrieve_Msg_Mapping

115: | 06/Jun/06 aannamal 5260544 - Fix to have negative amounts within angular brackets
116: | 19/Sep/06 aannamal 5480501 - Made changes to display correct line amount in Order confirmation Notification
117: | 24/Apr/08 ukalaiah 6877589 - WRONG WORKFLOW NOTIFICATION BEING FIRED FOR CREDIT CARD ORDERS
118: | 26/Jun/09 scnagara 8337371 - For NotifyReturnOrderStatus, passed the return order minisite id to
119: | IBE_WF_MSG_MAPPING_PVT.Retrieve_Msg_Mapping
120: | 1/Jul/09 scnagara 7720550 - For NotifyReturnOrderStatus and Notify_cancel_order,
121: | passed the current org Id to Retrieve_Msg_Mapping
122: | 23-AUG-2010 amaheshw 10016159 Replace IBY_TRXN_EXTENSIONS_V with IBY_EXTN_INSTR_DETAILS_VREM
123: | 23-MAY-2011 ytian 12573026 Modified buildDocument function to increase the VARCHAR2 size to 495.

Line 1067: IBE_WF_MSG_MAPPING_PVT.Retrieve_Msg_Mapping

1063: l_last_name := c_jtf_rs_rec.source_last_name;
1064: END LOOP;
1065: l_full_name := l_last_name || ', ' || l_first_name;
1066:
1067: IBE_WF_MSG_MAPPING_PVT.Retrieve_Msg_Mapping
1068: (
1069: p_org_id => l_OrgId,
1070: p_msite_id => p_msite_id,
1071: p_user_type => l_userType,

Line 1470: IBE_WF_MSG_MAPPING_PVT.Retrieve_Msg_Mapping

1466: ibe_util.debug('NotifyRegistration:l_approval_msg_name='||l_approval_msg_name);
1467: END IF;
1468: CLOSE C_get_approval_id;
1469: --end ab
1470: IBE_WF_MSG_MAPPING_PVT.Retrieve_Msg_Mapping
1471: ( p_org_id => l_OrgId,
1472: p_msite_id => p_msite_id,
1473: p_user_type => l_userType,
1474: p_notif_name => l_notifName,

Line 1693: IBE_WF_MSG_MAPPING_PVT.Retrieve_Msg_Mapping

1689: ' Org_id: '||to_char(l_orgId) ||' User Type: '||
1690: l_userType);
1691: END IF;
1692:
1693: IBE_WF_MSG_MAPPING_PVT.Retrieve_Msg_Mapping
1694: (
1695: p_org_id => l_OrgId,
1696: p_msite_id => p_msite_id,
1697: p_user_type => l_userType,

Line 2065: IBE_WF_MSG_MAPPING_PVT.Retrieve_Msg_Mapping(

2061: ELSE
2062: l_view_net_price_flag := 'N';
2063: END IF;
2064:
2065: IBE_WF_MSG_MAPPING_PVT.Retrieve_Msg_Mapping(
2066: p_org_id => l_OrgId ,
2067: p_msite_id => p_msite_id ,
2068: p_user_type => l_userType ,
2069: p_notif_name => l_notifName ,

Line 2315: IBE_WF_MSG_MAPPING_PVT.Retrieve_Msg_Mapping(

2311: l_item_key := l_event_type||'-'||to_char(sysdate,'MMDDYYHH24MISS')||'-'||p_quote_id||'-'||l_partyId;
2312: getUserType(l_partyId, l_UserType);
2313:
2314:
2315: IBE_WF_MSG_MAPPING_PVT.Retrieve_Msg_Mapping(
2316: p_org_id => l_OrgId,
2317: p_msite_id => p_msite_id,
2318: p_user_type => l_userType,
2319: p_notif_name => l_notifName,

Line 2591: IBE_WF_MSG_MAPPING_PVT.Retrieve_Msg_Mapping(

2587:
2588: IF l_notifEnabled = 'Y' Then
2589:
2590:
2591: IBE_WF_MSG_MAPPING_PVT.Retrieve_Msg_Mapping(
2592: p_org_id => l_OrgId ,
2593: -- p_msite_id => NULL , -- bug 8337371, scnagara
2594: p_msite_id => l_minisite_id , -- bug 8337371, scnagara
2595: p_user_type => l_userType ,

Line 3000: IBE_WF_MSG_MAPPING_PVT.Retrieve_Msg_Mapping(

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:
3000: IBE_WF_MSG_MAPPING_PVT.Retrieve_Msg_Mapping(
3001: p_org_id => l_OrgId,
3002: p_msite_id => NULL,
3003: p_user_type => l_userType,
3004: p_notif_name => l_notifName,

Line 3212: IBE_WF_MSG_MAPPING_PVT.Retrieve_Msg_Mapping

3208: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
3209: ibe_util.debug('Get Message - MsiteId: '||to_Char(l_msite_id)||' Org_id: '||to_char(l_quote_org_id)||' User Type: '||l_userType);
3210: END IF;
3211:
3212: IBE_WF_MSG_MAPPING_PVT.Retrieve_Msg_Mapping
3213: (
3214: p_org_id => l_quote_org_id,
3215: p_msite_id => l_msite_id,
3216: p_user_type => l_userType,

Line 3567: IBE_WF_MSG_MAPPING_PVT.Retrieve_Msg_Mapping

3563: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
3564: ibe_util.debug('Get Message - MsiteId: '||to_Char(p_msite_id)||' Org_id: '||to_char(l_quote_org_id)||' User Type: '||l_userType);
3565: END IF;
3566:
3567: IBE_WF_MSG_MAPPING_PVT.Retrieve_Msg_Mapping
3568: (
3569: p_org_id => l_quote_org_id,
3570: p_msite_id => p_msite_id,
3571: p_user_type => l_userType,

Line 3703: IBE_WF_MSG_MAPPING_PVT.Retrieve_Msg_Mapping

3699: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
3700: ibe_util.debug('Get Message - MsiteId: '||to_Char(p_msite_id)||' Org_id: '||to_char(l_quote_org_id)||' User Type: '||l_userType);
3701: END IF;
3702:
3703: IBE_WF_MSG_MAPPING_PVT.Retrieve_Msg_Mapping
3704: (
3705: p_org_id => l_quote_org_id,
3706: p_msite_id => p_msite_id,
3707: p_user_type => l_userType,

Line 4121: IBE_WF_MSG_MAPPING_PVT.Retrieve_Msg_Mapping

4117: ibe_util.debug('Get Message - MsiteId: '||to_Char(p_msite_id)||
4118: ' Org_id: '||to_char(l_orgid)||' User Type: '||l_userType);
4119: END IF;
4120:
4121: IBE_WF_MSG_MAPPING_PVT.Retrieve_Msg_Mapping
4122: (
4123: p_org_id => l_orgId,
4124: p_msite_id => p_msite_id,
4125: p_user_type => l_userType,

Line 4335: IBE_WF_MSG_MAPPING_PVT.Retrieve_Msg_Mapping

4331: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
4332: ibe_util.debug('Get Message - MsiteId: '||to_Char(p_msite_id)||
4333: ' Org_id: '||to_char(l_orgid)||' User Type: '||l_userType);
4334: END IF;
4335: IBE_WF_MSG_MAPPING_PVT.Retrieve_Msg_Mapping
4336: (
4337: p_org_id => l_orgId,
4338: p_msite_id => p_msite_id,
4339: p_user_type => l_userType,

Line 4815: IBE_WF_MSG_MAPPING_PVT.Retrieve_Msg_Mapping

4811: END LOOP;
4812: END IF;*/
4813:
4814: -- Retrive Actual Message
4815: IBE_WF_MSG_MAPPING_PVT.Retrieve_Msg_Mapping
4816: (
4817: p_org_id => l_OrgId,
4818: p_msite_id => p_minisite_id,
4819: p_user_type => l_userType,

Line 5085: IBE_WF_MSG_MAPPING_PVT.Retrieve_Msg_Mapping

5081: -- Retrive Actual Message
5082: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
5083: IBE_UTIL.DEBUG('Notify_finish_sharing:Retrievng message mapping');
5084: END IF;
5085: IBE_WF_MSG_MAPPING_PVT.Retrieve_Msg_Mapping
5086: (
5087: p_org_id => l_OrgId,
5088: p_msite_id => p_minisite_id,
5089: p_user_type => l_userType,

Line 5337: IBE_WF_MSG_MAPPING_PVT.Retrieve_Msg_Mapping

5333: END IF;
5334:
5335: -- Retrieve the message text for update message from fnd_messages
5336:
5337: IBE_WF_MSG_MAPPING_PVT.Retrieve_Msg_Mapping
5338: (
5339: p_org_id => l_OrgId,
5340: p_msite_id => p_minisite_id,
5341: p_user_type => l_userType,

Line 5578: IBE_WF_MSG_MAPPING_PVT.Retrieve_Msg_Mapping

5574: IBE_UTIL.DEBUG('Notify_access_change:l_adhoc_role: '||l_adhoc_role);
5575: END IF;
5576:
5577: -- Retrive Actual Message
5578: IBE_WF_MSG_MAPPING_PVT.Retrieve_Msg_Mapping
5579: (
5580: p_org_id => l_OrgId,
5581: p_msite_id => p_minisite_id,
5582: p_user_type => l_userType,

Line 5787: IBE_WF_MSG_MAPPING_PVT.Retrieve_Msg_Mapping

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,
5791: p_user_type => l_user_Type,

Line 6059: IBE_WF_MSG_MAPPING_PVT.Retrieve_Msg_Mapping

6055: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
6056: ibe_util.debug('Get Message - MsiteId: '||to_Char(p_msite_id)||' Org_id: '||to_char(l_orgId)
6057: ||' User Type: '||l_userType);
6058: END IF;
6059: IBE_WF_MSG_MAPPING_PVT.Retrieve_Msg_Mapping
6060: (
6061: p_org_id => l_OrgId,
6062: p_msite_id => p_msite_id,
6063: p_user_type => l_userType,