DBA Data[Home] [Help]

APPS.INV_THIRD_PARTY_STOCK_PVT dependencies on INV_THIRD_PARTY_STOCK_UTIL

Line 526: INV_THIRD_PARTY_STOCK_UTIL.get_location(p_ship_to_organization_id);

522: );
523: END IF;
524:
525: l_ship_to_location_id :=
526: INV_THIRD_PARTY_STOCK_UTIL.get_location(p_ship_to_organization_id);
527:
528: SELECT application_id
529: INTO l_application_id
530: FROM fnd_application

Line 593: INV_THIRD_PARTY_STOCK_UTIL.get_org_id(l_vendor_site_id);

589: WHERE
590: hzps.party_site_id = l_vendor_site_party_id;
591:
592: l_vendor_org_id :=
593: INV_THIRD_PARTY_STOCK_UTIL.get_org_id(l_vendor_site_id);
594: l_legal_entity_id := XLE_UTILITIES_GRP.Get_DefaultLegalContext_OU
595: (l_vendor_org_id);
596:
597: SELECT set_of_books_id

Line 1168: l_primary_uom := INV_THIRD_PARTY_STOCK_UTIL.Get_Primary_UOM

1164: THEN
1165: EXIT;
1166: END IF;
1167:
1168: l_primary_uom := INV_THIRD_PARTY_STOCK_UTIL.Get_Primary_UOM
1169: ( p_inventory_item_id=> l_item_id
1170: , p_organization_id => l_organization_id
1171: );
1172:

Line 1516: l_org_id := INV_THIRD_PARTY_STOCK_UTIL.Get_Org_id

1512: -- price etc and when we return PO info to TM, we update
1513: -- transaction_source_id with the po header id
1514:
1515: l_vendor_site_id := p_owning_organization_id;
1516: l_org_id := INV_THIRD_PARTY_STOCK_UTIL.Get_Org_id
1517: ( l_vendor_site_id
1518: );
1519:
1520: INV_THIRD_PARTY_STOCK_UTIL.Get_Vendor_Info

Line 1520: INV_THIRD_PARTY_STOCK_UTIL.Get_Vendor_Info

1516: l_org_id := INV_THIRD_PARTY_STOCK_UTIL.Get_Org_id
1517: ( l_vendor_site_id
1518: );
1519:
1520: INV_THIRD_PARTY_STOCK_UTIL.Get_Vendor_Info
1521: ( p_vendor_site_id => l_vendor_site_id
1522: , x_vendor_name => l_vendor_name
1523: , x_vendor_site_code => l_vendor_site
1524: );

Line 1638: l_primary_uom := INV_THIRD_PARTY_STOCK_UTIL.Get_Primary_UOM

1634: -- Get the primary UOM for the item and check if it same as
1635: -- Purchasing UOM; if not, convert the qty in Purchasing UOM
1636: -- to pass the qty to the Price Break
1637:
1638: l_primary_uom := INV_THIRD_PARTY_STOCK_UTIL.Get_Primary_UOM
1639: ( p_inventory_item_id=> p_inventory_item_id
1640: , p_organization_id => p_organization_id
1641: );
1642:

Line 1686: l_from_uom_code := INV_THIRD_PARTY_STOCK_UTIL.Get_UOM_Code

1682: g_error_code := 'INV_CONS_SUP_NO_UOM_CONV' ;
1683: RAISE FND_API.G_EXC_ERROR;
1684: END IF;
1685:
1686: l_from_uom_code := INV_THIRD_PARTY_STOCK_UTIL.Get_UOM_Code
1687: ( p_unit_of_measure => l_primary_uom
1688: , p_vendor_name => l_vendor_name
1689: , p_vendor_site_code => l_vendor_site
1690: );

Line 1692: l_to_uom_code := INV_THIRD_PARTY_STOCK_UTIL.Get_UOM_Code

1688: , p_vendor_name => l_vendor_name
1689: , p_vendor_site_code => l_vendor_site
1690: );
1691:
1692: l_to_uom_code := INV_THIRD_PARTY_STOCK_UTIL.Get_UOM_Code
1693: ( p_unit_of_measure => l_purchasing_uom
1694: , p_vendor_name => l_vendor_name
1695: , p_vendor_site_code => l_vendor_site
1696: );

Line 1719: l_to_uom_code := INV_THIRD_PARTY_STOCK_UTIL.Get_UOM_Code

1715: END IF;
1716:
1717: ELSE -- Both UOM are same;no conversion is required
1718:
1719: l_to_uom_code := INV_THIRD_PARTY_STOCK_UTIL.Get_UOM_Code
1720: ( p_unit_of_measure => l_purchasing_uom
1721: , p_vendor_name => l_vendor_name
1722: , p_vendor_site_code => l_vendor_site
1723: );

Line 1738: INV_THIRD_PARTY_STOCK_UTIL.get_location(p_organization_id);

1734: l_cum_flag := FALSE;
1735: END IF;
1736:
1737: l_ship_to_location_id :=
1738: INV_THIRD_PARTY_STOCK_UTIL.get_location(p_organization_id);
1739:
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 */

Line 2564: l_org_id := INV_THIRD_PARTY_STOCK_UTIL.Get_Org_Id(l_vendor_site_id);

2560: ELSE
2561: l_vendor_site_id := p_owning_organization_id;
2562: END IF;
2563:
2564: l_org_id := INV_THIRD_PARTY_STOCK_UTIL.Get_Org_Id(l_vendor_site_id);
2565:
2566: /* Commented the code for Bug# 7175819 to prevent context switching */
2567: /* INV_THIRD_PARTY_STOCK_UTIL.Set_OU_Context
2568: ( p_org_id => l_org_id);

Line 2567: /* INV_THIRD_PARTY_STOCK_UTIL.Set_OU_Context

2563:
2564: l_org_id := INV_THIRD_PARTY_STOCK_UTIL.Get_Org_Id(l_vendor_site_id);
2565:
2566: /* Commented the code for Bug# 7175819 to prevent context switching */
2567: /* INV_THIRD_PARTY_STOCK_UTIL.Set_OU_Context
2568: ( p_org_id => l_org_id);
2569:
2570: g_pgm_appl_id := l_appl_id; */
2571: