DBA Data[Home] [Help]

APPS.OKC_DELIVERABLE_WF_PVT dependencies on FND_FILE

Line 1056: FND_FILE.PUT_LINE(FND_FILE.LOG,'Returning notification Id: '||to_char(x_notification_id));

1052:
1053: IF x_notification_id IS NOT NULL THEN
1054: x_return_status:= G_RET_STS_SUCCESS;
1055:
1056: FND_FILE.PUT_LINE(FND_FILE.LOG,'Returning notification Id: '||to_char(x_notification_id));
1057: FND_FILE.PUT_LINE(FND_FILE.LOG,'Notifier returning status: '||x_return_status);
1058: ELSE
1059: RAISE OKC_API.G_EXCEPTION_UNEXPECTED_ERROR;
1060: IF ( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN

Line 1057: FND_FILE.PUT_LINE(FND_FILE.LOG,'Notifier returning status: '||x_return_status);

1053: IF x_notification_id IS NOT NULL THEN
1054: x_return_status:= G_RET_STS_SUCCESS;
1055:
1056: FND_FILE.PUT_LINE(FND_FILE.LOG,'Returning notification Id: '||to_char(x_notification_id));
1057: FND_FILE.PUT_LINE(FND_FILE.LOG,'Notifier returning status: '||x_return_status);
1058: ELSE
1059: RAISE OKC_API.G_EXCEPTION_UNEXPECTED_ERROR;
1060: IF ( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
1061: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE ,g_module||l_api_name,'145: null notification ID');

Line 1090: FND_FILE.PUT_LINE(FND_FILE.LOG,'Error message count: '||to_char(x_msg_count));

1086: FND_MSG_PUB.Count_And_Get(p_encoded=>'F'
1087: , p_count => x_msg_count
1088: , p_data => x_msg_data );
1089:
1090: FND_FILE.PUT_LINE(FND_FILE.LOG,'Error message count: '||to_char(x_msg_count));
1091:
1092: FOR i IN 1..x_msg_count LOOP
1093: FND_FILE.PUT_LINE(FND_FILE.LOG,
1094: 'Error message number '||i||': '||FND_MSG_PUB.get(p_msg_index => i,p_encoded => 'F'));

Line 1093: FND_FILE.PUT_LINE(FND_FILE.LOG,

1089:
1090: FND_FILE.PUT_LINE(FND_FILE.LOG,'Error message count: '||to_char(x_msg_count));
1091:
1092: FOR i IN 1..x_msg_count LOOP
1093: FND_FILE.PUT_LINE(FND_FILE.LOG,
1094: 'Error message number '||i||': '||FND_MSG_PUB.get(p_msg_index => i,p_encoded => 'F'));
1095: END LOOP;
1096:
1097: if x_msg_count > 1 then

Line 1124: FND_FILE.PUT_LINE(FND_FILE.LOG,'Error notification Id: '||to_char(x_notification_id));

1120: WF_NOTIFICATION.SetAttrText(nid=>x_notification_id,
1121: aname=>'#FROM_ROLE',
1122: avalue=> fnd_global.user_name);
1123:
1124: FND_FILE.PUT_LINE(FND_FILE.LOG,'Error notification Id: '||to_char(x_notification_id));
1125: FND_FILE.PUT_LINE(FND_FILE.LOG,'Notifier returning status: '||x_return_status);
1126:
1127: x_return_status := G_RET_STS_UNEXP_ERROR ;
1128:

Line 1125: FND_FILE.PUT_LINE(FND_FILE.LOG,'Notifier returning status: '||x_return_status);

1121: aname=>'#FROM_ROLE',
1122: avalue=> fnd_global.user_name);
1123:
1124: FND_FILE.PUT_LINE(FND_FILE.LOG,'Error notification Id: '||to_char(x_notification_id));
1125: FND_FILE.PUT_LINE(FND_FILE.LOG,'Notifier returning status: '||x_return_status);
1126:
1127: x_return_status := G_RET_STS_UNEXP_ERROR ;
1128:
1129: /* commented to avoid display problem in OA page if there are more than