DBA Data[Home] [Help]

APPS.OKC_DELIVERABLE_WF_PVT dependencies on FND_GLOBAL

Line 895: owner => fnd_global.user_name);

891: itemkey => l_item_key,
892: userkey => l_item_key);
893: wf_engine.SetItemOwner (itemtype => l_item_type,
894: itemkey => l_item_key,
895: owner => fnd_global.user_name);
896: -- Set global attributes
897: wf_engine.SetItemAttrNumber (itemtype => l_item_type,
898: itemkey => l_item_key,
899: aname => 'OKCDELID',

Line 1108: x_notification_id := WF_NOTIFICATION.Send(role => fnd_global.user_name,

1104: l_error_msg := x_msg_data;
1105:
1106: -- send notification to the logged in user that workflow notification
1107: -- could not be sent
1108: x_notification_id := WF_NOTIFICATION.Send(role => fnd_global.user_name,
1109: msg_type => 'OKCDELWF',
1110: msg_name => 'OKCDELFAILEDTOSENDMSG');
1111: WF_NOTIFICATION.SetAttrText(nid=>x_notification_id,
1112: aname=>'DELIVERABLENAME',

Line 1122: avalue=> fnd_global.user_name);

1118: aname=>'ERRORMSG',
1119: avalue=>l_error_msg);
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:

Line 1362: fnd_global.user_id,

1358: l_new_status,
1359: sysdate,
1360: l_notes,
1361: 1,
1362: fnd_global.user_id,
1363: sysdate,
1364: fnd_global.user_id,
1365: sysdate,
1366: fnd_global.login_id,

Line 1364: fnd_global.user_id,

1360: l_notes,
1361: 1,
1362: fnd_global.user_id,
1363: sysdate,
1364: fnd_global.user_id,
1365: sysdate,
1366: fnd_global.login_id,
1367: fnd_global.user_id);
1368: IF ( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN

Line 1366: fnd_global.login_id,

1362: fnd_global.user_id,
1363: sysdate,
1364: fnd_global.user_id,
1365: sysdate,
1366: fnd_global.login_id,
1367: fnd_global.user_id);
1368: IF ( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
1369: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE ,g_module,'200: Deliverable updated and row inserted into status history');
1370: end if;

Line 1367: fnd_global.user_id);

1363: sysdate,
1364: fnd_global.user_id,
1365: sysdate,
1366: fnd_global.login_id,
1367: fnd_global.user_id);
1368: IF ( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
1369: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE ,g_module,'200: Deliverable updated and row inserted into status history');
1370: end if;
1371: