DBA Data[Home] [Help]

APPS.PA_WORKPLAN_WORKFLOW dependencies on WF_NOTIFICATION

Line 699: WF_NOTIFICATION.WriteToClob(document, 'Content Generation failed');

695: ,x_msg_data => l_msg_data
696: );
697:
698: if (l_return_status <> FND_API.G_RET_STS_SUCCESS) then
699: WF_NOTIFICATION.WriteToClob(document, 'Content Generation failed');
700: dbms_lob.writeappend(document, 255, substr(Sqlerrm, 255));
701: end if;
702:
703:

Line 713: WF_NOTIFICATION.WriteToClob(document, 'Content Generation failed');

709: document_type := 'text/html';
710:
711: EXCEPTION
712: WHEN OTHERS THEN
713: WF_NOTIFICATION.WriteToClob(document, 'Content Generation failed');
714: dbms_lob.writeappend(document, 255, substr(Sqlerrm, 255));
715: NULL;
716: END SHOW_WORKPLAN_PUB_ERR;
717: