DBA Data[Home] [Help]

APPS.PON_AUCTION_PKG dependencies on STANDARD

Line 378: auction_number as a standard

374: wf_engine.SetItemAttrNumber (itemtype => x_itemtype,
375: itemkey => x_itemkey,
376: aname => 'AUCTION_ID',
377: avalue => x_auction_header_id); /* using auction_id instead of
378: auction_number as a standard
379: across item types */
380:
381: wf_engine.SetItemAttrText (itemtype => x_itemtype,
382: itemkey => x_itemkey,

Line 3865: auction_number as a standard

3861: wf_engine.SetItemAttrNumber (itemtype => x_itemtype,
3862: itemkey => x_itemkey,
3863: aname => 'AUCTION_ID',
3864: avalue => x_doc_header_id); /* using auction_id instead of
3865: auction_number as a standard
3866: across item types */
3867:
3868: x_doc_number_dsp := wf_engine.GetItemAttrText (itemtype => p_itemtype,
3869: itemkey => p_itemkey,

Line 7012: auction_number as a standard

7008: wf_engine.SetItemAttrNumber (itemtype => x_itemtype,
7009: itemkey => x_itemkey,
7010: aname => 'AUCTION_ID',
7011: avalue => x_auction_header_id); /* using auction_id instead of
7012: auction_number as a standard
7013: across item types */
7014:
7015: wf_engine.SetItemAttrText (itemtype => x_itemtype,
7016: itemkey => x_itemkey,

Line 7247: auction_number as a standard

7243: BEGIN
7244: x_auction_header_id := wf_engine.GetItemAttrNumber (itemtype => x_itemtype,
7245: itemkey => x_itemkey,
7246: aname => 'AUCTION_ID'); /* using auction_id instead of
7247: auction_number as a standard
7248: across item types */
7249:
7250: -- Bug 8992789
7251: IF (IS_INTERNAL_ONLY(x_auction_header_id)) THEN

Line 7457: auction_number as a standard

7453: wf_engine.SetItemAttrNumber (itemtype => t_itemtype,
7454: itemkey => t_itemkey,
7455: aname => 'AUCTION_ID',
7456: avalue => x_auction_header_id); /* using auction_id instead of
7457: auction_number as a standard
7458: across item types */
7459:
7460: BEGIN
7461: x_staggered_close_note := NULL;

Line 8363: auction_number as a standard

8359:
8360: x_doc_number := wf_engine.GetItemAttrNumber (itemtype => itemtype,
8361: itemkey => itemkey,
8362: aname => 'AUCTION_ID'); /* using auction_id instead of
8363: auction_number as a standard
8364: across item types */
8365:
8366:
8367: x_note := wf_engine.GetItemAttrText (itemtype => itemtype,

Line 8435: auction_number as a standard

8431:
8432: x_doc_number := wf_engine.GetItemAttrNumber (itemtype => itemtype,
8433: itemkey => itemkey,
8434: aname => 'AUCTION_ID'); /* using auction_id instead of
8435: auction_number as a standard
8436: across item types */
8437:
8438: x_note := wf_engine.GetItemAttrText (itemtype => itemtype,
8439: itemkey => itemkey,

Line 8641: auction_number as a standard

8637: aname => 'AUCTION_ID',
8638: avalue => wf_engine.GetItemAttrNumber (itemtype => p_itemtype,
8639: itemkey => p_itemkey,
8640: aname => 'AUCTION_ID')); /* using auction_id instead of
8641: auction_number as a standard
8642: across item types */
8643:
8644: wf_engine.SetItemAttrNumber (itemtype => x_itemtype,
8645: itemkey => x_itemkey,

Line 8966: auction_number as a standard

8962: -- For members, store item key in pom_bidding_parties
8963: x_auction_header_id := wf_engine.GetItemAttrNumber(itemtype => p_itemtype,
8964: itemkey => p_itemkey,
8965: aname => 'AUCTION_ID'); /* using auction_id instead of
8966: auction_number as a standard
8967: across item types */
8968:
8969: x_tp_id := wf_engine.GetItemAttrNumber (itemtype => p_itemtype,
8970: itemkey => p_itemkey,

Line 9399: auction_number as a standard

9395: wf_engine.SetItemAttrNumber (itemtype => x_itemtype,
9396: itemkey => x_itemkey,
9397: aname => 'AUCTION_ID',
9398: avalue => x_doc_number); /* using auction_id instead of
9399: auction_number as a standard
9400: across item types */
9401:
9402:
9403: wf_engine.SetItemAttrDate(itemtype => x_itemtype,

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

14805: -- 2. SPO and Sourcing style does not allows quantity based tiers
14806: -- 3. BPA/CPA and Sourcing style doe not allows quantity based tiers and PO Flag disables price breaks
14807: --
14808:
14809: IF ( (p_doctype_id = l_rfi_doctype_id) OR (p_contract_type = 'STANDARD' and p_qty_price_tiers_enabled = 'N')
14810: OR (p_contract_type <> 'STANDARD' and p_qty_price_tiers_enabled = 'N' and p_price_breaks_enabled = 'N') ) THEN --{
14811:
14812: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{
14813: FND_LOG.string(log_level => FND_LOG.level_statement,

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

14806: -- 3. BPA/CPA and Sourcing style doe not allows quantity based tiers and PO Flag disables price breaks
14807: --
14808:
14809: IF ( (p_doctype_id = l_rfi_doctype_id) OR (p_contract_type = 'STANDARD' and p_qty_price_tiers_enabled = 'N')
14810: OR (p_contract_type <> 'STANDARD' and p_qty_price_tiers_enabled = 'N' and p_price_breaks_enabled = 'N') ) THEN --{
14811:
14812: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{
14813: FND_LOG.string(log_level => FND_LOG.level_statement,
14814: module => g_module_prefix || l_module_name,

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

14828: -- 1. a BPA/CPA AND
14829: -- 2. PO Flag enables price breaks
14830: --
14831:
14832: ELSIF ( p_contract_type <> 'STANDARD' and p_price_breaks_enabled = 'Y') THEN --{
14833:
14834: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{
14835: FND_LOG.string(log_level => FND_LOG.level_statement,
14836: module => g_module_prefix || l_module_name,