DBA Data[Home] [Help]

APPS.INV_THIRD_PARTY_STOCK_PVT dependencies on INV_PO_THIRD_PARTY_STOCK_MDTR

Line 1307: x_released_amt := INV_PO_THIRD_PARTY_STOCK_MDTR.get_total

1303: THEN
1304:
1305: -- Get the released amounts for the blanket
1306:
1307: x_released_amt := INV_PO_THIRD_PARTY_STOCK_MDTR.get_total
1308: ( p_object_type => NVL(p_object,'B')
1309: , p_header_id => p_po_header_id
1310: );
1311:

Line 1532: INV_PO_THIRD_PARTY_STOCK_MDTR.Get_Blanket_Number

1528: THEN
1529: INV_LOG_UTIL.trace('Implicit Txn ','INV_THIRD_PARTY_STOCK_PVT',9);
1530: END IF;
1531:
1532: INV_PO_THIRD_PARTY_STOCK_MDTR.Get_Blanket_Number
1533: ( p_inventory_item_id => p_inventory_item_id
1534: , p_item_revision => p_item_revision
1535: , p_vendor_site_id => l_vendor_site_id
1536: , p_organization_id => p_organization_id

Line 1739: /* INV_PO_THIRD_PARTY_STOCK_MDTR.get_break_price

1735: -- If the transaction type is 'Transfer to regular stock',
1736: -- call the price break API to calculate the PO price.
1737: /* get break price API change updtake - Bug 5076263 */
1738: /* get_break_price API has changed */
1739: /* INV_PO_THIRD_PARTY_STOCK_MDTR.get_break_price
1740: ( p_order_quantity => l_conv_qty
1741: , p_ship_to_org => p_organization_id
1742: , p_ship_to_loc => NVL(l_ship_to_location_id,p_organization_id)
1743: , p_po_line_id => l_document_line_id

Line 1759: INV_PO_THIRD_PARTY_STOCK_MDTR.get_break_price

1755: , 9
1756: );
1757: END IF;
1758:
1759: INV_PO_THIRD_PARTY_STOCK_MDTR.get_break_price
1760: ( p_api_version => l_api_version
1761: , p_order_quantity => l_conv_qty
1762: , p_ship_to_org => p_organization_id
1763: , p_ship_to_loc => NVL(l_ship_to_location_id,p_organization_id)

Line 1816: IF INV_PO_THIRD_PARTY_STOCK_MDTR.is_global(l_header_id)

1812:
1813: x_tax_code_id := l_tax_code_id;
1814:
1815: l_calculate_tax_global := NULL ;
1816: IF INV_PO_THIRD_PARTY_STOCK_MDTR.is_global(l_header_id)
1817: THEN
1818: l_calculate_tax_global := 'Y' ;
1819: ELSE
1820: l_calculate_tax_global := 'N' ;

Line 1937: IF INV_PO_THIRD_PARTY_STOCK_MDTR.is_global(l_header_id)

1933: THEN
1934: INV_LOG_UTIL.trace('Curr. conv ','INV_THIRD_PARTY_STOCK_PVT',9);
1935: END IF;
1936:
1937: IF INV_PO_THIRD_PARTY_STOCK_MDTR.is_global(l_header_id)
1938: THEN
1939:
1940: l_object := 'GA'; -- Bug 13783272. Changing to 'GA' from 'G' as po_core_s is checking value 'GA' for global agreement.
1941: l_rate_date := p_transaction_date;

Line 2012: IF INV_PO_THIRD_PARTY_STOCK_MDTR.is_global(l_header_id)

2008: l_rate := NULL;
2009: END IF;
2010:
2011: /* Bug 13783272 */
2012: IF INV_PO_THIRD_PARTY_STOCK_MDTR.is_global(l_header_id)
2013: THEN
2014: l_object := 'GA';
2015: END IF;
2016: /* Bug 13783272 */

Line 2290: INV_PO_THIRD_PARTY_STOCK_MDTR.Generate_Account

2286: THEN
2287: INV_LOG_UTIL.trace('Got coaid ','INV_THIRD_PARTY_STOCK_PVT',9);
2288: END IF;
2289:
2290: INV_PO_THIRD_PARTY_STOCK_MDTR.Generate_Account
2291: ( p_charge_success => l_charge_success
2292: , p_budget_success => l_budget_success
2293: , p_accrual_success => l_accrual_success
2294: , p_variance_success => l_variance_success