DBA Data[Home] [Help]

APPS.OKL_FE_WF dependencies on FND_GLOBAL

Line 617: WHERE USER_ID = fnd_global.user_id;

613:
614: CURSOR fnd_user_csr IS
615: SELECT USER_NAME
616: FROM FND_USER
617: WHERE USER_ID = fnd_global.user_id;
618:
619: -- Get the valid application id from FND
620:
621: CURSOR c_get_app_id_csr IS

Line 699: fnd_global.user_id);

695: l_user_name);
696: wf_engine.SetItemAttrText(itemtype,
697: itemkey,
698: G_WF_ITM_REQUESTER_ID,
699: fnd_global.user_id);
700: wf_engine.SetItemAttrText(itemtype,
701: itemkey,
702: G_WF_ITM_TRANSACTION_TYPE_ID,
703: itemtype);

Line 844: WHERE USER_ID = fnd_global.user_id;

840:
841: CURSOR fnd_user_csr IS
842: SELECT USER_NAME
843: FROM FND_USER
844: WHERE USER_ID = fnd_global.user_id;
845:
846: -- Get the valid application id from FND
847:
848: CURSOR c_get_app_id_csr IS

Line 922: fnd_global.user_id);

918: l_user_name);
919: wf_engine.SetItemAttrText(itemtype,
920: itemkey,
921: G_WF_ITM_REQUESTER_ID,
922: fnd_global.user_id);
923: wf_engine.SetItemAttrText(itemtype,
924: itemkey,
925: G_WF_ITM_TRANSACTION_TYPE_ID,
926: itemtype);

Line 1068: WHERE USER_ID = fnd_global.user_id;

1064:
1065: CURSOR fnd_user_csr IS
1066: SELECT USER_NAME
1067: FROM FND_USER
1068: WHERE USER_ID = fnd_global.user_id;
1069:
1070: -- Get the valid application id from FND
1071:
1072: CURSOR c_get_app_id_csr IS

Line 1158: fnd_global.user_id);

1154: l_user_name);
1155: wf_engine.SetItemAttrText(itemtype,
1156: itemkey,
1157: G_WF_ITM_REQUESTER_ID,
1158: fnd_global.user_id);
1159: wf_engine.SetItemAttrText(itemtype,
1160: itemkey,
1161: G_WF_ITM_TRANSACTION_TYPE_ID,
1162: itemtype);

Line 1309: WHERE USER_ID = fnd_global.user_id;

1305:
1306: CURSOR fnd_user_csr IS
1307: SELECT USER_NAME
1308: FROM FND_USER
1309: WHERE USER_ID = fnd_global.user_id;
1310:
1311: -- Get the valid application id from FND
1312:
1313: CURSOR c_get_app_id_csr IS

Line 1453: fnd_global.user_id);

1449: l_user_name);
1450: wf_engine.SetItemAttrText(itemtype,
1451: itemkey,
1452: G_WF_ITM_REQUESTER_ID,
1453: fnd_global.user_id);
1454: wf_engine.SetItemAttrText(itemtype,
1455: itemkey,
1456: G_WF_ITM_TRANSACTION_TYPE_ID,
1457: itemtype);

Line 1659: WHERE USER_ID = fnd_global.user_id;

1655:
1656: CURSOR fnd_user_csr IS
1657: SELECT USER_NAME
1658: FROM FND_USER
1659: WHERE USER_ID = fnd_global.user_id;
1660:
1661: -- Get the valid application id from FND
1662:
1663: CURSOR c_get_app_id_csr IS

Line 1796: fnd_global.user_id);

1792: l_user_name);
1793: wf_engine.SetItemAttrText(itemtype,
1794: itemkey,
1795: G_WF_ITM_REQUESTER_ID,
1796: fnd_global.user_id);
1797: wf_engine.SetItemAttrText(itemtype,
1798: itemkey,
1799: G_WF_ITM_TRANSACTION_TYPE_ID,
1800: itemtype);