DBA Data[Home] [Help]

APPS.PON_AUCTION_APPROVAL_PKG dependencies on FND_GLOBAL

Line 63: ||'&'||'OAPB=PON_SOURCING_BRAND'||'&'|| 'notificationId=&' || '#NID' ||'&'||'language_code=' || fnd_global.current_language;

59: END IF;
60:
61: l_emd_update_link := l_ext_fwk_agent || '?'|| 'page=/oracle/apps/pon/emd/creation/webui/ponEmdUpdatePG'
62: || '&' ||'akRegionApplicationId=396' || '&' ||'OAHP=PON_EMD_ADMIN_HOME'||'&'||'OASF=PON_EMD_UPDATE'
63: ||'&'||'OAPB=PON_SOURCING_BRAND'||'&'|| 'notificationId=&' || '#NID' ||'&'||'language_code=' || fnd_global.current_language;
64: -- No profiles are setup so return nothing...
65: --
66: ELSE
67: l_emd_update_link := '';

Line 767: avalue => fnd_global.user_name);

763:
764: wf_engine.SetItemAttrText (itemtype => l_itemType,
765: itemkey => l_itemKey,
766: aname => 'ORIGIN_USER_NAME',
767: avalue => fnd_global.user_name);
768:
769: -- bug 11732401 start
770: l_resp_id := fnd_global.RESP_ID;
771: l_appl_id := fnd_global.RESP_APPL_ID;

Line 770: l_resp_id := fnd_global.RESP_ID;

766: aname => 'ORIGIN_USER_NAME',
767: avalue => fnd_global.user_name);
768:
769: -- bug 11732401 start
770: l_resp_id := fnd_global.RESP_ID;
771: l_appl_id := fnd_global.RESP_APPL_ID;
772: wf_engine.SetItemAttrNumber (itemtype => l_itemType,
773: itemkey => l_itemKey,
774: aname => 'PREPARER_RESP_ID',

Line 771: l_appl_id := fnd_global.RESP_APPL_ID;

767: avalue => fnd_global.user_name);
768:
769: -- bug 11732401 start
770: l_resp_id := fnd_global.RESP_ID;
771: l_appl_id := fnd_global.RESP_APPL_ID;
772: wf_engine.SetItemAttrNumber (itemtype => l_itemType,
773: itemkey => l_itemKey,
774: aname => 'PREPARER_RESP_ID',
775: avalue => l_resp_id);

Line 801: owner => fnd_global.user_name);

797:
798: -- Bug 4295915: Set the workflow owner
799: wf_engine.SetItemOwner(itemtype => l_itemtype,
800: itemkey => l_itemkey,
801: owner => fnd_global.user_name);
802:
803: wf_engine.StartProcess (itemType => l_itemType,
804: itemKey => l_itemKey );
805:

Line 1154: l_review_changes_url:=regexp_replace(l_review_changes_url , 'language_code='||fnd_global.current_language, 'language_code='||l_language_code);

1150:
1151: --Bug 11898698
1152: --Modifying the language_code in the URL with that of the recipient
1153: --The profile "ICX_LANGUAGE" needs to be set for the recipient for this fix
1154: l_review_changes_url:=regexp_replace(l_review_changes_url , 'language_code='||fnd_global.current_language, 'language_code='||l_language_code);
1155:
1156: wf_engine.SetItemAttrText (itemtype => l_itemType,
1157: itemkey => l_itemKey,
1158: aname => 'REVIEW_CHANGES_URL',

Line 1176: avalue => fnd_global.user_name);

1172:
1173: wf_engine.SetItemAttrText (itemtype => l_itemType,
1174: itemkey => l_itemKey,
1175: aname => 'ORIGIN_USER_NAME',
1176: avalue => fnd_global.user_name);
1177:
1178: l_timezone := PON_AUCTION_PKG.Get_Time_Zone(r1.user_name);
1179:
1180: l_oex_timezone := PON_AUCTION_PKG.Get_Oex_Time_Zone;

Line 1261: owner => fnd_global.user_name);

1257:
1258: -- Bug 4295915: Set the workflow owner
1259: wf_engine.SetItemOwner(itemtype => l_itemtype,
1260: itemkey => l_itemkey,
1261: owner => fnd_global.user_name);
1262:
1263: wf_engine.StartProcess (itemType => l_itemType,
1264: itemKey => l_itemKey );
1265: end loop;

Line 1374: l_resp_id := fnd_global.RESP_ID;

1370: itemkey => itemKey,
1371: aname => 'IS_FEDERAL');
1372:
1373: IF l_is_federal = 1 THEN
1374: l_resp_id := fnd_global.RESP_ID;
1375: l_appl_id := fnd_global.RESP_APPL_ID;
1376:
1377: l_prep_resp_id := wf_engine.GetItemAttrNumber (itemtype => itemtype,
1378: itemkey => itemkey,

Line 1375: l_appl_id := fnd_global.RESP_APPL_ID;

1371: aname => 'IS_FEDERAL');
1372:
1373: IF l_is_federal = 1 THEN
1374: l_resp_id := fnd_global.RESP_ID;
1375: l_appl_id := fnd_global.RESP_APPL_ID;
1376:
1377: l_prep_resp_id := wf_engine.GetItemAttrNumber (itemtype => itemtype,
1378: itemkey => itemkey,
1379: aname => 'PREPARER_RESP_ID');

Line 1384: fnd_global.APPS_INITIALIZE (l_user_id, l_prep_resp_id, l_prep_appl_id);

1380:
1381: l_prep_appl_id := wf_engine.GetItemAttrNumber (itemtype => itemtype,
1382: itemkey => itemkey,
1383: aname => 'PREPARER_APPL_ID');
1384: fnd_global.APPS_INITIALIZE (l_user_id, l_prep_resp_id, l_prep_appl_id);
1385: END IF;
1386: -- bug 11732401 end
1387:
1388: --added by amundhra for Federal CLM

Line 1432: fnd_global.APPS_INITIALIZE (l_user_id, l_resp_id, l_appl_id);

1428:
1429: Process_If_Doc_Approved(l_auction_header_id,l_top_process_item_key);
1430:
1431: IF l_is_federal = 1 THEN -- bug 11732401
1432: fnd_global.APPS_INITIALIZE (l_user_id, l_resp_id, l_appl_id);
1433: END IF;
1434:
1435: end User_approved;
1436:

Line 1500: l_resp_id := fnd_global.RESP_ID;

1496: itemkey => itemKey,
1497: aname => 'IS_FEDERAL');
1498:
1499: IF l_is_federal = 1 THEN
1500: l_resp_id := fnd_global.RESP_ID;
1501: l_appl_id := fnd_global.RESP_APPL_ID;
1502:
1503:
1504: l_prep_resp_id := wf_engine.GetItemAttrNumber (itemtype => itemtype,

Line 1501: l_appl_id := fnd_global.RESP_APPL_ID;

1497: aname => 'IS_FEDERAL');
1498:
1499: IF l_is_federal = 1 THEN
1500: l_resp_id := fnd_global.RESP_ID;
1501: l_appl_id := fnd_global.RESP_APPL_ID;
1502:
1503:
1504: l_prep_resp_id := wf_engine.GetItemAttrNumber (itemtype => itemtype,
1505: itemkey => itemkey,

Line 1511: fnd_global.APPS_INITIALIZE (l_user_id, l_prep_resp_id, l_prep_appl_id);

1507:
1508: l_prep_appl_id := wf_engine.GetItemAttrNumber (itemtype => itemtype,
1509: itemkey => itemkey,
1510: aname => 'PREPARER_APPL_ID');
1511: fnd_global.APPS_INITIALIZE (l_user_id, l_prep_resp_id, l_prep_appl_id);
1512: END IF;
1513: -- bug 11732401 end
1514:
1515: /* Get auction header id from the workflow */

Line 1575: fnd_global.APPS_INITIALIZE (l_user_id, l_resp_id, l_appl_id);

1571: l_signed_date); ---- Adding by amundhra for Federal CLM
1572: Process_Doc_Rejected(l_auction_header_id,l_top_process_item_key);
1573:
1574: IF l_is_federal = 1 THEN -- bug 11732401
1575: fnd_global.APPS_INITIALIZE (l_user_id, l_resp_id, l_appl_id);
1576: END IF;
1577:
1578: end User_Rejected;
1579:

Line 2453: , avalue => fnd_global.user_name);

2449:
2450: wf_engine.SetItemAttrText( itemtype => l_itemType
2451: , itemkey => l_itemKey
2452: , aname => 'ORIGIN_USER_NAME'
2453: , avalue => fnd_global.user_name);
2454:
2455: l_timezone := PON_AUCTION_PKG.Get_Time_Zone(r1.user_name);
2456:
2457: l_oex_timezone := PON_AUCTION_PKG.Get_Oex_Time_Zone;

Line 2533: , owner => fnd_global.user_name);

2529:
2530: -- Bug 4295915: Set the workflow owner
2531: wf_engine.SetItemOwner( itemtype => l_itemtype
2532: , itemkey => l_itemkey
2533: , owner => fnd_global.user_name);
2534:
2535: wf_engine.StartProcess( itemType => l_itemType
2536: , itemKey => l_itemKey);
2537:

Line 3042: fnd_global.user_id,

3038:
3039: PON_NEG_UPDATE_PKG.CANCEL_FEDERAL_NEGOTIATION(l_auction_header_id,
3040: 'Y',
3041: l_cancel_note_to_supplier,
3042: fnd_global.user_id,
3043: l_document_number,
3044: l_error_code);
3045:
3046: if l_error_code = 'SUCCESS' then