DBA Data[Home] [Help]

APPS.INV_THIRD_PARTY_STOCK_PVT dependencies on INV_THIRD_PARTY_STOCK_UTIL

Line 534: INV_THIRD_PARTY_STOCK_UTIL.get_location(p_ship_to_organization_id);

530: );
531: END IF;
532:
533: l_ship_to_location_id :=
534: INV_THIRD_PARTY_STOCK_UTIL.get_location(p_ship_to_organization_id);
535:
536: SELECT application_id
537: INTO l_application_id
538: FROM fnd_application

Line 601: INV_THIRD_PARTY_STOCK_UTIL.get_org_id(l_vendor_site_id);

597: WHERE
598: hzps.party_site_id = l_vendor_site_party_id;
599:
600: l_vendor_org_id :=
601: INV_THIRD_PARTY_STOCK_UTIL.get_org_id(l_vendor_site_id);
602: l_legal_entity_id := XLE_UTILITIES_GRP.Get_DefaultLegalContext_OU
603: (l_vendor_org_id);
604:
605: SELECT set_of_books_id

Line 1176: l_primary_uom := INV_THIRD_PARTY_STOCK_UTIL.Get_Primary_UOM

1172: THEN
1173: EXIT;
1174: END IF;
1175:
1176: l_primary_uom := INV_THIRD_PARTY_STOCK_UTIL.Get_Primary_UOM
1177: ( p_inventory_item_id=> l_item_id
1178: , p_organization_id => l_organization_id
1179: );
1180:

Line 1508: l_org_id := INV_THIRD_PARTY_STOCK_UTIL.Get_Org_id

1504: -- price etc and when we return PO info to TM, we update
1505: -- transaction_source_id with the po header id
1506:
1507: l_vendor_site_id := p_owning_organization_id;
1508: l_org_id := INV_THIRD_PARTY_STOCK_UTIL.Get_Org_id
1509: ( l_vendor_site_id
1510: );
1511:
1512: INV_THIRD_PARTY_STOCK_UTIL.Get_Vendor_Info

Line 1512: INV_THIRD_PARTY_STOCK_UTIL.Get_Vendor_Info

1508: l_org_id := INV_THIRD_PARTY_STOCK_UTIL.Get_Org_id
1509: ( l_vendor_site_id
1510: );
1511:
1512: INV_THIRD_PARTY_STOCK_UTIL.Get_Vendor_Info
1513: ( p_vendor_site_id => l_vendor_site_id
1514: , x_vendor_name => l_vendor_name
1515: , x_vendor_site_code => l_vendor_site
1516: );

Line 1633: l_primary_uom := INV_THIRD_PARTY_STOCK_UTIL.Get_Primary_UOM

1629: -- Get the primary UOM for the item and check if it same as
1630: -- Purchasing UOM; if not, convert the qty in Purchasing UOM
1631: -- to pass the qty to the Price Break
1632:
1633: l_primary_uom := INV_THIRD_PARTY_STOCK_UTIL.Get_Primary_UOM
1634: ( p_inventory_item_id=> p_inventory_item_id
1635: , p_organization_id => p_organization_id
1636: );
1637:

Line 1681: l_from_uom_code := INV_THIRD_PARTY_STOCK_UTIL.Get_UOM_Code

1677: g_error_code := 'INV_CONS_SUP_NO_UOM_CONV' ;
1678: RAISE FND_API.G_EXC_ERROR;
1679: END IF;
1680:
1681: l_from_uom_code := INV_THIRD_PARTY_STOCK_UTIL.Get_UOM_Code
1682: ( p_unit_of_measure => l_primary_uom
1683: , p_vendor_name => l_vendor_name
1684: , p_vendor_site_code => l_vendor_site
1685: );

Line 1687: l_to_uom_code := INV_THIRD_PARTY_STOCK_UTIL.Get_UOM_Code

1683: , p_vendor_name => l_vendor_name
1684: , p_vendor_site_code => l_vendor_site
1685: );
1686:
1687: l_to_uom_code := INV_THIRD_PARTY_STOCK_UTIL.Get_UOM_Code
1688: ( p_unit_of_measure => l_purchasing_uom
1689: , p_vendor_name => l_vendor_name
1690: , p_vendor_site_code => l_vendor_site
1691: );

Line 1714: l_to_uom_code := INV_THIRD_PARTY_STOCK_UTIL.Get_UOM_Code

1710: END IF;
1711:
1712: ELSE -- Both UOM are same;no conversion is required
1713:
1714: l_to_uom_code := INV_THIRD_PARTY_STOCK_UTIL.Get_UOM_Code
1715: ( p_unit_of_measure => l_purchasing_uom
1716: , p_vendor_name => l_vendor_name
1717: , p_vendor_site_code => l_vendor_site
1718: );

Line 1733: INV_THIRD_PARTY_STOCK_UTIL.get_location(p_organization_id);

1729: l_cum_flag := FALSE;
1730: END IF;
1731:
1732: l_ship_to_location_id :=
1733: INV_THIRD_PARTY_STOCK_UTIL.get_location(p_organization_id);
1734:
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 */

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

2568: ELSE
2569: l_vendor_site_id := p_owning_organization_id;
2570: END IF;
2571:
2572: l_org_id := INV_THIRD_PARTY_STOCK_UTIL.Get_Org_Id(l_vendor_site_id);
2573:
2574: /* Removing the commented code for setting ou context: 8608765 */
2575: INV_THIRD_PARTY_STOCK_UTIL.Set_OU_Context
2576: ( p_org_id => l_org_id);

Line 2575: INV_THIRD_PARTY_STOCK_UTIL.Set_OU_Context

2571:
2572: l_org_id := INV_THIRD_PARTY_STOCK_UTIL.Get_Org_Id(l_vendor_site_id);
2573:
2574: /* Removing the commented code for setting ou context: 8608765 */
2575: INV_THIRD_PARTY_STOCK_UTIL.Set_OU_Context
2576: ( p_org_id => l_org_id);
2577:
2578: g_pgm_appl_id := l_appl_id;
2579: