DBA Data[Home] [Help]

APPS.OKC_DELIVERABLE_WF_PVT dependencies on FND_FILE

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

911:
912: IF x_notification_id IS NOT NULL THEN
913: x_return_status:= G_RET_STS_SUCCESS;
914:
915: FND_FILE.PUT_LINE(FND_FILE.LOG,'Returning notification Id: '||to_char(x_notification_id));
916: FND_FILE.PUT_LINE(FND_FILE.LOG,'Notifier returning status: '||x_return_status);
917: ELSE
918: RAISE OKC_API.G_EXCEPTION_UNEXPECTED_ERROR;
919: IF ( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN

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

912: IF x_notification_id IS NOT NULL THEN
913: x_return_status:= G_RET_STS_SUCCESS;
914:
915: FND_FILE.PUT_LINE(FND_FILE.LOG,'Returning notification Id: '||to_char(x_notification_id));
916: FND_FILE.PUT_LINE(FND_FILE.LOG,'Notifier returning status: '||x_return_status);
917: ELSE
918: RAISE OKC_API.G_EXCEPTION_UNEXPECTED_ERROR;
919: IF ( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
920: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE ,g_module||l_api_name,'145: null notification ID');

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

945: FND_MSG_PUB.Count_And_Get(p_encoded=>'F'
946: , p_count => x_msg_count
947: , p_data => x_msg_data );
948:
949: FND_FILE.PUT_LINE(FND_FILE.LOG,'Error message count: '||to_char(x_msg_count));
950:
951: FOR i IN 1..x_msg_count LOOP
952: FND_FILE.PUT_LINE(FND_FILE.LOG,
953: 'Error message number '||i||': '||FND_MSG_PUB.get(p_msg_index => i,p_encoded => 'F'));

Line 952: FND_FILE.PUT_LINE(FND_FILE.LOG,

948:
949: FND_FILE.PUT_LINE(FND_FILE.LOG,'Error message count: '||to_char(x_msg_count));
950:
951: FOR i IN 1..x_msg_count LOOP
952: FND_FILE.PUT_LINE(FND_FILE.LOG,
953: 'Error message number '||i||': '||FND_MSG_PUB.get(p_msg_index => i,p_encoded => 'F'));
954: END LOOP;
955:
956: if x_msg_count > 1 then

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

979: WF_NOTIFICATION.SetAttrText(nid=>x_notification_id,
980: aname=>'#FROM_ROLE',
981: avalue=> fnd_global.user_name);
982:
983: FND_FILE.PUT_LINE(FND_FILE.LOG,'Error notification Id: '||to_char(x_notification_id));
984: FND_FILE.PUT_LINE(FND_FILE.LOG,'Notifier returning status: '||x_return_status);
985:
986: x_return_status := G_RET_STS_UNEXP_ERROR ;
987:

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

980: aname=>'#FROM_ROLE',
981: avalue=> fnd_global.user_name);
982:
983: FND_FILE.PUT_LINE(FND_FILE.LOG,'Error notification Id: '||to_char(x_notification_id));
984: FND_FILE.PUT_LINE(FND_FILE.LOG,'Notifier returning status: '||x_return_status);
985:
986: x_return_status := G_RET_STS_UNEXP_ERROR ;
987:
988: /* commented to avoid display problem in OA page if there are more than