DBA Data[Home] [Help]

APPS.PV_OPPORTUNITY_VHUK dependencies on WF_CORE

Line 1464: wf_core.context(G_PKG_NAME, l_api_name,l_msg_data);

1460: p_encoded => FND_API.G_TRUE
1461: ,p_count => l_msg_count
1462: ,p_data => l_msg_data);
1463:
1464: wf_core.context(G_PKG_NAME, l_api_name,l_msg_data);
1465: raise;
1466:
1467:
1468: END;

Line 2236: wf_core.context(G_PKG_NAME, l_api_name,l_msg_data);

2232: p_encoded => FND_API.G_TRUE
2233: ,p_count => l_msg_count
2234: ,p_data => l_msg_data);
2235:
2236: wf_core.context(G_PKG_NAME, l_api_name,l_msg_data);
2237: raise;
2238:
2239: END PARTY_MSG_SEND_WF;
2240: