DBA Data[Home] [Help]

APPS.PON_AUCTION_PKG dependencies on STANDARD

Line 355: auction_number as a standard

351: wf_engine.SetItemAttrNumber (itemtype => x_itemtype,
352: itemkey => x_itemkey,
353: aname => 'AUCTION_ID',
354: avalue => x_auction_header_id); /* using auction_id instead of
355: auction_number as a standard
356: across item types */
357:
358: wf_engine.SetItemAttrText (itemtype => x_itemtype,
359: itemkey => x_itemkey,

Line 3344: auction_number as a standard

3340: wf_engine.SetItemAttrNumber (itemtype => x_itemtype,
3341: itemkey => x_itemkey,
3342: aname => 'AUCTION_ID',
3343: avalue => x_doc_header_id); /* using auction_id instead of
3344: auction_number as a standard
3345: across item types */
3346:
3347: x_doc_number_dsp := wf_engine.GetItemAttrText (itemtype => p_itemtype,
3348: itemkey => p_itemkey,

Line 6410: auction_number as a standard

6406: wf_engine.SetItemAttrNumber (itemtype => x_itemtype,
6407: itemkey => x_itemkey,
6408: aname => 'AUCTION_ID',
6409: avalue => x_auction_header_id); /* using auction_id instead of
6410: auction_number as a standard
6411: across item types */
6412:
6413: wf_engine.SetItemAttrText (itemtype => x_itemtype,
6414: itemkey => x_itemkey,

Line 6643: auction_number as a standard

6639: BEGIN
6640: x_auction_header_id := wf_engine.GetItemAttrNumber (itemtype => x_itemtype,
6641: itemkey => x_itemkey,
6642: aname => 'AUCTION_ID'); /* using auction_id instead of
6643: auction_number as a standard
6644: across item types */
6645:
6646: select wf_item_key , trading_partner_contact_name into p_itemkey, x_auctioneer_user_name
6647: from pon_auction_headers_all

Line 6842: auction_number as a standard

6838: wf_engine.SetItemAttrNumber (itemtype => t_itemtype,
6839: itemkey => t_itemkey,
6840: aname => 'AUCTION_ID',
6841: avalue => x_auction_header_id); /* using auction_id instead of
6842: auction_number as a standard
6843: across item types */
6844:
6845: BEGIN
6846: x_staggered_close_note := NULL;

Line 7685: auction_number as a standard

7681:
7682: x_doc_number := wf_engine.GetItemAttrNumber (itemtype => itemtype,
7683: itemkey => itemkey,
7684: aname => 'AUCTION_ID'); /* using auction_id instead of
7685: auction_number as a standard
7686: across item types */
7687:
7688:
7689: x_note := wf_engine.GetItemAttrText (itemtype => itemtype,

Line 7757: auction_number as a standard

7753:
7754: x_doc_number := wf_engine.GetItemAttrNumber (itemtype => itemtype,
7755: itemkey => itemkey,
7756: aname => 'AUCTION_ID'); /* using auction_id instead of
7757: auction_number as a standard
7758: across item types */
7759:
7760: x_note := wf_engine.GetItemAttrText (itemtype => itemtype,
7761: itemkey => itemkey,

Line 7962: auction_number as a standard

7958: aname => 'AUCTION_ID',
7959: avalue => wf_engine.GetItemAttrNumber (itemtype => p_itemtype,
7960: itemkey => p_itemkey,
7961: aname => 'AUCTION_ID')); /* using auction_id instead of
7962: auction_number as a standard
7963: across item types */
7964:
7965: wf_engine.SetItemAttrNumber (itemtype => x_itemtype,
7966: itemkey => x_itemkey,

Line 8289: auction_number as a standard

8285: -- For members, store item key in pom_bidding_parties
8286: x_auction_header_id := wf_engine.GetItemAttrNumber(itemtype => p_itemtype,
8287: itemkey => p_itemkey,
8288: aname => 'AUCTION_ID'); /* using auction_id instead of
8289: auction_number as a standard
8290: across item types */
8291:
8292: x_tp_id := wf_engine.GetItemAttrNumber (itemtype => p_itemtype,
8293: itemkey => p_itemkey,

Line 8673: auction_number as a standard

8669: wf_engine.SetItemAttrNumber (itemtype => x_itemtype,
8670: itemkey => x_itemkey,
8671: aname => 'AUCTION_ID',
8672: avalue => x_doc_number); /* using auction_id instead of
8673: auction_number as a standard
8674: across item types */
8675:
8676:
8677: wf_engine.SetItemAttrDate(itemtype => x_itemtype,

Line 13950: IF ( (p_doctype_id = l_rfi_doctype_id) OR (p_contract_type = 'STANDARD' and p_qty_price_tiers_enabled = 'N')

13946: -- 2. SPO and Sourcing style does not allows quantity based tiers
13947: -- 3. BPA/CPA and Sourcing style doe not allows quantity based tiers and PO Flag disables price breaks
13948: --
13949:
13950: IF ( (p_doctype_id = l_rfi_doctype_id) OR (p_contract_type = 'STANDARD' and p_qty_price_tiers_enabled = 'N')
13951: OR (p_contract_type <> 'STANDARD' and p_qty_price_tiers_enabled = 'N' and p_price_breaks_enabled = 'N') ) THEN --{
13952:
13953: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{
13954: FND_LOG.string(log_level => FND_LOG.level_statement,

Line 13951: OR (p_contract_type <> 'STANDARD' and p_qty_price_tiers_enabled = 'N' and p_price_breaks_enabled = 'N') ) THEN --{

13947: -- 3. BPA/CPA and Sourcing style doe not allows quantity based tiers and PO Flag disables price breaks
13948: --
13949:
13950: IF ( (p_doctype_id = l_rfi_doctype_id) OR (p_contract_type = 'STANDARD' and p_qty_price_tiers_enabled = 'N')
13951: OR (p_contract_type <> 'STANDARD' and p_qty_price_tiers_enabled = 'N' and p_price_breaks_enabled = 'N') ) THEN --{
13952:
13953: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{
13954: FND_LOG.string(log_level => FND_LOG.level_statement,
13955: module => g_module_prefix || l_module_name,

Line 13973: ELSIF ( p_contract_type <> 'STANDARD' and p_price_breaks_enabled = 'Y') THEN --{

13969: -- 1. a BPA/CPA AND
13970: -- 2. PO Flag enables price breaks
13971: --
13972:
13973: ELSIF ( p_contract_type <> 'STANDARD' and p_price_breaks_enabled = 'Y') THEN --{
13974:
13975: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{
13976: FND_LOG.string(log_level => FND_LOG.level_statement,
13977: module => g_module_prefix || l_module_name,