DBA Data[Home] [Help]

APPS.JMF_SHIKYU_INV_PVT dependencies on JMF_SHIKYU_UTIL

Line 533: l_primary_uom:= JMF_SHIKYU_UTIL.Get_Primary_UOM_Code

529: INTO l_organization_id
530: FROM jmf_subcontract_orders
531: WHERE subcontract_po_shipment_id = p_subcontract_po_shipment_id;
532:
533: l_primary_uom:= JMF_SHIKYU_UTIL.Get_Primary_UOM_Code
534: ( p_item_id , l_organization_id);
535:
536: IF p_uom <> l_primary_uom
537: THEN

Line 601: JMF_SHIKYU_UTIL.Get_Shikyu_Offset_Account(p_subcontract_po_shipment_id,l_distribution_account_id);

597: /* vmutyala added the following code to fetch distribution account and insert
598: into mtl_Transactions_interface Bug 4670527 */
599: IF p_transaction_type_id IN (42, 32)
600: THEN
601: JMF_SHIKYU_UTIL.Get_Shikyu_Offset_Account(p_subcontract_po_shipment_id,l_distribution_account_id);
602: ELSE
603: l_distribution_account_id := NULL;
604: END IF;
605: