DBA Data[Home] [Help]

APPS.BIS_CORRECTIVE_ACTION_PVT dependencies on WF_CORE

Line 1308: wf_core.context

1304:
1305: EXCEPTION
1306: when FND_API.G_EXC_ERROR then
1307: BIS_UTILITIES_PUB.put_line(p_text =>'exception 1 at Send_Alert: '||sqlerrm);
1308: wf_core.context
1309: ( 'BIS_CORRECTIVE_ACTION_PVT'
1310: , 'Send_Alert'
1311: , l_item_type
1312: , l_wf_item_key

Line 1317: wf_core.context

1313: );
1314: RETURN;
1315: when FND_API.G_EXC_UNEXPECTED_ERROR then
1316: BIS_UTILITIES_PUB.put_line(p_text =>'exception 2 at Send_Alert: '||sqlerrm);
1317: wf_core.context
1318: ( 'BIS_CORRECTIVE_ACTION_PVT'
1319: , 'Send_Alert'
1320: , l_item_type
1321: , l_wf_item_key

Line 1326: wf_core.context

1322: );
1323: RETURN;
1324: when others then
1325: BIS_UTILITIES_PUB.put_line(p_text =>'exception 3 at Send_Alert: '||sqlerrm);
1326: wf_core.context
1327: ( 'BIS_CORRECTIVE_ACTION_PVT'
1328: , 'Send_Alert'
1329: , l_item_type
1330: , l_wf_item_key

Line 2400: l_hdr_support := wf_core.translate('WF_HEADER_ATTR');

2396: l_alert_message := l_alert_message || BIS_UTILITIES_PVT.Get_FND_Message(
2397: p_message_name => 'BIS_ALERT_SCHEDULE_MSG3'
2398: );
2399:
2400: l_hdr_support := wf_core.translate('WF_HEADER_ATTR');
2401:
2402: l_alert := WF_ENGINE.GetItemAttrText (
2403: itemtype => l_item_type,
2404: itemkey => l_wf_item_key,