DBA Data[Home] [Help]

APPS.ASO_APR_WF_PVT dependencies on IBE_WF_MSG_MAPPING_PVT

Line 1881: ibe_wf_msg_mapping_pvt.retrieve_msg_mapping (

1877: -- Retreive the message name for that event
1878:
1879: x_return_status := fnd_api.g_ret_sts_success;
1880:
1881: ibe_wf_msg_mapping_pvt.retrieve_msg_mapping (
1882: p_org_id => l_orgid,
1883: p_msite_id => NULL,
1884: p_user_type => NULL,
1885: p_notif_name => l_notifname,

Line 3850: ibe_wf_msg_mapping_pvt.retrieve_msg_mapping (

3846: END IF;
3847: -- Retreive the message name for that event
3848: x_return_status := fnd_api.g_ret_sts_success;
3849:
3850: ibe_wf_msg_mapping_pvt.retrieve_msg_mapping (
3851: p_org_id => l_orgid,
3852: p_msite_id => NULL,
3853: p_user_type => 'ALL',
3854: p_notif_name => l_notifname,