DBA Data[Home] [Help]

APPS.PON_AUCTION_PKG dependencies on FND_GLOBAL

Line 866: owner => fnd_global.user_name);

862:
863: -- Bug 4295915: Set the workflow owner
864: wf_engine.SetItemOwner(itemtype => x_itemtype,
865: itemkey => x_itemkey,
866: owner => fnd_global.user_name);
867:
868: wf_engine.StartProcess(itemtype => x_itemtype,
869: itemkey => x_itemkey );
870:

Line 1074: avalue => fnd_global.user_name);

1070:
1071: wf_engine.SetItemAttrText (itemtype => x_itemtype,
1072: itemkey => x_itemkey,
1073: aname => 'ORIGIN_USER_NAME',
1074: avalue => fnd_global.user_name);
1075:
1076:
1077: wf_engine.SetItemAttrNumber (itemtype => x_itemtype,
1078: itemkey => x_itemkey,

Line 1398: owner => fnd_global.user_name);

1394:
1395: -- Bug 4295915: Set the workflow owner
1396: wf_engine.SetItemOwner(itemtype => x_itemtype,
1397: itemkey => x_itemkey,
1398: owner => fnd_global.user_name);
1399:
1400: wf_engine.StartProcess(itemtype => x_itemtype,
1401: itemkey => x_itemkey );
1402:

Line 1557: owner => fnd_global.user_name);

1553:
1554: -- Bug 4295915: Set the workflow owner
1555: wf_engine.SetItemOwner(itemtype => x_itemtype,
1556: itemkey => x_itemkey,
1557: owner => fnd_global.user_name);
1558:
1559: --
1560: -- Start the workflow
1561: --

Line 1741: avalue => fnd_global.user_name);

1737:
1738: wf_engine.SetItemAttrText (itemtype => x_itemtype,
1739: itemkey => x_itemkey,
1740: aname => 'ORIGIN_USER_NAME',
1741: avalue => fnd_global.user_name);
1742:
1743: -- Item attribute value is going to be used as a parameter to View Quote page
1744: wf_engine.SetItemAttrNumber (itemtype => x_itemtype,
1745: itemkey => x_itemkey,

Line 1989: owner => fnd_global.user_name);

1985:
1986: -- Bug 4295915: Set the workflow owner
1987: wf_engine.SetItemOwner(itemtype => x_itemtype,
1988: itemkey => x_itemkey,
1989: owner => fnd_global.user_name);
1990:
1991: --
1992: -- Start the workflow
1993: --

Line 2089: avalue => fnd_global.user_name);

2085:
2086: wf_engine.SetItemAttrText (itemtype => x_itemtype,
2087: itemkey => x_itemkey,
2088: aname => 'ORIGIN_USER_NAME',
2089: avalue => fnd_global.user_name);
2090: x_progress := '026';
2091:
2092:
2093: wf_engine.SetItemAttrText (itemtype => x_itemtype,

Line 2130: owner => fnd_global.user_name);

2126:
2127: -- Bug 4295915: Set the workflow owner
2128: wf_engine.SetItemOwner(itemtype => x_itemtype,
2129: itemkey => x_itemkey,
2130: owner => fnd_global.user_name);
2131:
2132: --
2133: -- Start the workflow
2134: --

Line 2418: avalue => fnd_global.user_name);

2414:
2415: wf_engine.SetItemAttrText (itemtype => x_itemtype,
2416: itemkey => x_itemkey,
2417: aname => 'ORIGIN_USER_NAME',
2418: avalue => fnd_global.user_name);
2419:
2420: wf_engine.SetItemAttrText (itemtype => x_itemtype,
2421: itemkey => x_itemkey,
2422: aname => 'BID',

Line 2605: owner => fnd_global.user_name);

2601:
2602: -- Bug 4295915: Set the workflow owner
2603: wf_engine.SetItemOwner(itemtype => x_itemtype,
2604: itemkey => x_itemkey,
2605: owner => fnd_global.user_name);
2606:
2607: --
2608: -- Start the workflow
2609: --

Line 3581: owner => fnd_global.user_name);

3577:
3578: -- Bug 4295915: Set the workflow owner
3579: wf_engine.SetItemOwner(itemtype => x_itemtype,
3580: itemkey => x_itemkey,
3581: owner => fnd_global.user_name);
3582:
3583: wf_engine.StartProcess(itemtype => x_itemtype,
3584: itemkey => x_itemkey);
3585: end if;

Line 5015: html_out1 := replace(html_in,concat(fnd_global.local_chr(38),'quot;'),fnd_global.local_chr(34));

5011: html_out1 varchar2(4000);
5012: html_out2 varchar2(4000);
5013: html_out3 varchar2(4000);
5014: begin
5015: html_out1 := replace(html_in,concat(fnd_global.local_chr(38),'quot;'),fnd_global.local_chr(34));
5016: html_out2 := replace(html_out1,concat(fnd_global.local_chr(38),'lt;'),fnd_global.local_chr(60));
5017: html_out3 := replace(html_out2,concat(fnd_global.local_chr(38),'gt;'),fnd_global.local_chr(62));
5018: return(html_out3);
5019: end;

Line 5016: html_out2 := replace(html_out1,concat(fnd_global.local_chr(38),'lt;'),fnd_global.local_chr(60));

5012: html_out2 varchar2(4000);
5013: html_out3 varchar2(4000);
5014: begin
5015: html_out1 := replace(html_in,concat(fnd_global.local_chr(38),'quot;'),fnd_global.local_chr(34));
5016: html_out2 := replace(html_out1,concat(fnd_global.local_chr(38),'lt;'),fnd_global.local_chr(60));
5017: html_out3 := replace(html_out2,concat(fnd_global.local_chr(38),'gt;'),fnd_global.local_chr(62));
5018: return(html_out3);
5019: end;
5020:

Line 5017: html_out3 := replace(html_out2,concat(fnd_global.local_chr(38),'gt;'),fnd_global.local_chr(62));

5013: html_out3 varchar2(4000);
5014: begin
5015: html_out1 := replace(html_in,concat(fnd_global.local_chr(38),'quot;'),fnd_global.local_chr(34));
5016: html_out2 := replace(html_out1,concat(fnd_global.local_chr(38),'lt;'),fnd_global.local_chr(60));
5017: html_out3 := replace(html_out2,concat(fnd_global.local_chr(38),'gt;'),fnd_global.local_chr(62));
5018: return(html_out3);
5019: end;
5020:
5021:

Line 5248: /* FND_GLOBAL.LOCAL_CHR() for a performance bug (982909) */

5244: while POS < DATA_SIZE loop
5245: FLAG := SUBSTR(MSGDATA, POS, 1);
5246: POS := POS + 2;
5247: /* Note that we are intentionally using chr(0) rather than */
5248: /* FND_GLOBAL.LOCAL_CHR() for a performance bug (982909) */
5249: NEXTPOS := INSTR(MSGDATA, chr(0), POS);
5250: TOK_NAM := SUBSTR(MSGDATA, POS, NEXTPOS - POS);
5251: POS := NEXTPOS + 1;
5252: NEXTPOS := INSTR(MSGDATA, chr(0), POS);

Line 5793: g_original_lang_code := fnd_global.current_language;

5789: module => g_module_prefix || 'SET_SESSION_LANGUAGE',
5790: message => 'Entered procedure : p_language_code ' || p_language_code);
5791: END IF; --}
5792:
5793: g_original_lang_code := fnd_global.current_language;
5794:
5795: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{
5796: FND_LOG.string(log_level => FND_LOG.level_statement,
5797: module => g_module_prefix || 'SET_SESSION_LANGUAGE',

Line 6421: avalue => fnd_global.user_name);

6417:
6418: wf_engine.SetItemAttrText (itemtype => x_itemtype,
6419: itemkey => x_itemkey,
6420: aname => 'ORIGIN_USER_NAME',
6421: avalue => fnd_global.user_name);
6422:
6423: wf_engine.SetItemAttrText (itemtype => x_itemtype,
6424: itemkey => x_itemkey,
6425: aname => 'NOTE_TO_BIDDERS',

Line 6501: owner => fnd_global.user_name);

6497:
6498: -- Bug 4295915: Set the workflow owner
6499: wf_engine.SetItemOwner(itemtype => x_itemtype,
6500: itemkey => x_itemkey,
6501: owner => fnd_global.user_name);
6502:
6503: --
6504: -- Start the workflow
6505: --

Line 7024: avalue => fnd_global.user_name);

7020:
7021: wf_engine.SetItemAttrText (itemtype => t_itemtype,
7022: itemkey => t_itemkey,
7023: aname => 'ORIGIN_USER_NAME',
7024: avalue => fnd_global.user_name);
7025:
7026:
7027: -- Bug 3824928: Deleted unwanted lines here
7028:

Line 7187: owner => fnd_global.user_name);

7183:
7184: -- Bug 4295915: Set the workflow owner
7185: wf_engine.SetItemOwner(itemtype => t_itemtype,
7186: itemkey => t_itemkey,
7187: owner => fnd_global.user_name);
7188:
7189: wf_engine.StartProcess(itemtype => t_itemtype,
7190: itemkey => t_itemkey );
7191:

Line 7576: owner => fnd_global.user_name);

7572:
7573: -- Bug 4295915: Set the workflow owner
7574: wf_engine.SetItemOwner(itemtype => l_itemtype,
7575: itemkey => l_itemkey,
7576: owner => fnd_global.user_name);
7577:
7578: wf_engine.StartProcess ( ItemType => l_ItemType,
7579: ItemKey => l_ItemKey );
7580:

Line 8280: owner => fnd_global.user_name);

8276:
8277: -- Bug 4295915: Set the workflow owner
8278: wf_engine.SetItemOwner(itemtype => x_itemtype,
8279: itemkey => x_itemkey,
8280: owner => fnd_global.user_name);
8281:
8282: wf_engine.StartProcess(itemtype => x_itemtype,
8283: itemkey => x_itemkey );
8284:

Line 8801: owner => fnd_global.user_name);

8797:
8798: -- Bug 4295915: Set the workflow owner
8799: wf_engine.SetItemOwner(itemtype => x_itemtype,
8800: itemkey => x_itemkey,
8801: owner => fnd_global.user_name);
8802:
8803: wf_engine.StartProcess(itemtype => x_itemtype,
8804: itemkey => x_itemkey );
8805:

Line 10047: avalue => fnd_global.user_name);

10043:
10044: wf_engine.SetItemAttrText (itemtype => x_itemtype,
10045: itemkey => x_itemkey,
10046: aname => 'ORIGIN_USER_NAME',
10047: avalue => fnd_global.user_name);
10048:
10049: wf_engine.SetItemAttrText (itemtype => x_itemtype,
10050: itemkey => x_itemkey,
10051: aname => 'RECIPIENT_ROLE',

Line 10084: owner => fnd_global.user_name);

10080:
10081: -- Bug 4295915: Set the workflow owner
10082: wf_engine.SetItemOwner(itemtype => x_itemtype,
10083: itemkey => x_itemkey,
10084: owner => fnd_global.user_name);
10085:
10086: wf_engine.StartProcess(itemtype => x_itemtype,
10087: itemkey => x_itemkey );
10088:

Line 10478: owner => fnd_global.user_name);

10474:
10475: -- Bug 4295915: Set the workflow owner
10476: wf_engine.SetItemOwner(itemtype => x_itemtype,
10477: itemkey => x_itemkey,
10478: owner => fnd_global.user_name);
10479:
10480: l_progress := '100';
10481:
10482: wf_engine.StartProcess(itemtype => x_itemtype,

Line 10866: avalue => fnd_global.user_name);

10862:
10863: wf_engine.SetItemAttrText (itemtype => l_itemtype,
10864: itemkey => l_itemkey,
10865: aname => 'RECIPIENT_ROLE',
10866: avalue => fnd_global.user_name);
10867:
10868:
10869: wf_engine.SetItemAttrText (itemtype => l_itemtype,
10870: itemkey => l_itemkey,

Line 10912: owner => fnd_global.user_name);

10908:
10909: -- Bug 4295915: Set the workflow owner
10910: wf_engine.SetItemOwner(itemtype => l_itemtype,
10911: itemkey => l_itemkey,
10912: owner => fnd_global.user_name);
10913:
10914: l_progress := '100';
10915:
10916: wf_engine.StartProcess(itemtype => l_itemtype,

Line 12091: avalue => fnd_global.user_name);

12087:
12088: wf_engine.SetItemAttrText (itemtype => l_itemtype,
12089: itemkey => l_itemkey,
12090: aname => 'ORIGIN_USER_NAME',
12091: avalue => fnd_global.user_name);
12092:
12093: -- Bug 4295915: Set the workflow owner
12094: wf_engine.SetItemOwner(itemtype => l_itemtype,
12095: itemkey => l_itemkey,

Line 12096: owner => fnd_global.user_name);

12092:
12093: -- Bug 4295915: Set the workflow owner
12094: wf_engine.SetItemOwner(itemtype => l_itemtype,
12095: itemkey => l_itemkey,
12096: owner => fnd_global.user_name);
12097:
12098: BEGIN
12099:
12100: wf_engine.SetItemAttrText (itemtype => l_itemtype,

Line 13101: avalue => fnd_global.user_name);

13097: -- origin user name
13098: wf_engine.SetItemAttrText( itemtype => x_item_type,
13099: itemkey => x_item_key,
13100: aname => 'ORIGIN_USER_NAME',
13101: avalue => fnd_global.user_name);
13102:
13103: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
13104: FND_LOG.string (log_level => FND_LOG.level_statement,
13105: module => g_module_prefix || '.notify_bidders_tech_complete',