DBA Data[Home] [Help]

APPS.INV_THIRD_PARTY_STOCK_PVT dependencies on INV_PO_THIRD_PARTY_STOCK_MDTR

Line 1315: x_released_amt := INV_PO_THIRD_PARTY_STOCK_MDTR.get_total

1311: THEN
1312:
1313: -- Get the released amounts for the blanket
1314:
1315: x_released_amt := INV_PO_THIRD_PARTY_STOCK_MDTR.get_total
1316: ( p_object_type => NVL(p_object,'B')
1317: , p_header_id => p_po_header_id
1318: );
1319:

Line 1540: INV_PO_THIRD_PARTY_STOCK_MDTR.Get_Blanket_Number

1536: THEN
1537: INV_LOG_UTIL.trace('Implicit Txn ','INV_THIRD_PARTY_STOCK_PVT',9);
1538: END IF;
1539:
1540: INV_PO_THIRD_PARTY_STOCK_MDTR.Get_Blanket_Number
1541: ( p_inventory_item_id => p_inventory_item_id
1542: , p_item_revision => p_item_revision
1543: , p_vendor_site_id => l_vendor_site_id
1544: , p_organization_id => p_organization_id

Line 1744: /* INV_PO_THIRD_PARTY_STOCK_MDTR.get_break_price

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

Line 1764: INV_PO_THIRD_PARTY_STOCK_MDTR.get_break_price

1760: , 9
1761: );
1762: END IF;
1763:
1764: INV_PO_THIRD_PARTY_STOCK_MDTR.get_break_price
1765: ( p_api_version => l_api_version
1766: , p_order_quantity => l_conv_qty
1767: , p_ship_to_org => p_organization_id
1768: , p_ship_to_loc => NVL(l_ship_to_location_id,p_organization_id)

Line 1821: IF INV_PO_THIRD_PARTY_STOCK_MDTR.is_global(l_header_id)

1817:
1818: x_tax_code_id := l_tax_code_id;
1819:
1820: l_calculate_tax_global := NULL ;
1821: IF INV_PO_THIRD_PARTY_STOCK_MDTR.is_global(l_header_id)
1822: THEN
1823: l_calculate_tax_global := 'Y' ;
1824: ELSE
1825: l_calculate_tax_global := 'N' ;

Line 1942: IF INV_PO_THIRD_PARTY_STOCK_MDTR.is_global(l_header_id)

1938: THEN
1939: INV_LOG_UTIL.trace('Curr. conv ','INV_THIRD_PARTY_STOCK_PVT',9);
1940: END IF;
1941:
1942: IF INV_PO_THIRD_PARTY_STOCK_MDTR.is_global(l_header_id)
1943: THEN
1944:
1945: l_object := 'G';
1946: l_rate_date := p_transaction_date;

Line 2285: INV_PO_THIRD_PARTY_STOCK_MDTR.Generate_Account

2281: THEN
2282: INV_LOG_UTIL.trace('Got coaid ','INV_THIRD_PARTY_STOCK_PVT',9);
2283: END IF;
2284:
2285: INV_PO_THIRD_PARTY_STOCK_MDTR.Generate_Account
2286: ( p_charge_success => l_charge_success
2287: , p_budget_success => l_budget_success
2288: , p_accrual_success => l_accrual_success
2289: , p_variance_success => l_variance_success