DBA Data[Home] [Help]

APPS.PON_AWARD_PKG dependencies on FND_GLOBAL

Line 188: avalue => fnd_global.user_name);

184: -- Bug 4295915: Set the workflow owner
185: wf_engine.SetItemAttrText (itemtype => x_itemtype,
186: itemkey => x_itemkey,
187: aname => 'ORIGIN_USER_NAME',
188: avalue => fnd_global.user_name);
189:
190: wf_engine.SetItemOwner(itemtype => x_itemtype,
191: itemkey => x_itemkey,
192: owner => fnd_global.user_name);

Line 192: owner => fnd_global.user_name);

188: avalue => fnd_global.user_name);
189:
190: wf_engine.SetItemOwner(itemtype => x_itemtype,
191: itemkey => x_itemkey,
192: owner => fnd_global.user_name);
193:
194:
195: --
196: -- Start the workflow

Line 1704: , fnd_global.user_id

1700: , 'PON_QUANTITY_TIER_VIOLATION' || l_suffix
1701: , 'PON_BID_ITEM_PRICES'
1702: , p_line_num
1703: , SYSDATE+7
1704: , fnd_global.user_id
1705: , sysdate
1706: , fnd_global.user_id
1707: , sysdate
1708: , fnd_global.login_id

Line 1706: , fnd_global.user_id

1702: , p_line_num
1703: , SYSDATE+7
1704: , fnd_global.user_id
1705: , sysdate
1706: , fnd_global.user_id
1707: , sysdate
1708: , fnd_global.login_id
1709: , 'BID_NUM'
1710: , l_rec.bid_number

Line 1708: , fnd_global.login_id

1704: , fnd_global.user_id
1705: , sysdate
1706: , fnd_global.user_id
1707: , sysdate
1708: , fnd_global.login_id
1709: , 'BID_NUM'
1710: , l_rec.bid_number
1711: );
1712:

Line 5586: l_user_id := fnd_global.user_id;

5582: FND_LOG.STRING( FND_LOG.LEVEL_STATEMENT, l_module, 'Param: p_auction_header_id '|| p_auction_header_id);
5583: END IF;
5584: END IF;
5585:
5586: l_user_id := fnd_global.user_id;
5587: l_login_id := fnd_global.login_id;
5588:
5589: INSERT INTO pon_bid_backing_requisitions(auction_header_id,
5590: auction_line_number,

Line 5587: l_login_id := fnd_global.login_id;

5583: END IF;
5584: END IF;
5585:
5586: l_user_id := fnd_global.user_id;
5587: l_login_id := fnd_global.login_id;
5588:
5589: INSERT INTO pon_bid_backing_requisitions(auction_header_id,
5590: auction_line_number,
5591: bid_number,