DBA Data[Home] [Help]

APPS.JMF_SHIKYU_RECONCILIAITON_PVT dependencies on JMF_SHIKYU_UTIL

Line 144: l_allocation_date := JMF_SHIKYU_UTIL.GET_allocation_date

140:
141: -- Process WIP job
142: -- Create new alloacations
143: l_allocation_date := NULL;
144: l_allocation_date := JMF_SHIKYU_UTIL.GET_allocation_date
145: ( p_wip_entity_id => p_wip_entity_id );
146: --dbms_output.put_line(' l_allocation_date => '|| l_allocation_date );
147: IF (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
148: FND_LOG.string(FND_LOG.LEVEL_PROCEDURE

Line 180: NVL( JMF_SHIKYU_UTIL.GET_subcontract_allocated_qty

176: , l_component_new_quantity);
177: END IF;
178:
179: l_current_allocated_quantity :=
180: NVL( JMF_SHIKYU_UTIL.GET_subcontract_allocated_qty
181: ( p_SUBCONTRACT_PO_SHIPMENT_ID => p_SUBCONTRACT_PO_SHIPMENT_ID
182: , p_COMPONENT_ID =>
183: C_shikyu_components_rec.shikyu_component_id ),0) ;
184:

Line 1030: l_allocation_date := JMF_SHIKYU_UTIL.GET_allocation_date

1026: THEN
1027: --dbms_output.put_line(' p_new_need_by_date < p_OLD_NEED_BY_DATE ');
1028: l_allocation_date := null ;
1029: -- get the WIP completion date
1030: l_allocation_date := JMF_SHIKYU_UTIL.GET_allocation_date
1031: ( p_wip_entity_id => p_wip_entity_id );
1032:
1033:
1034: --dbms_output.put_line(' l_allocation_date => '|| l_allocation_date );

Line 1068: l_final_ship_date := JMF_SHIKYU_UTIL.get_final_ship_date

1064:
1065: l_final_ship_date := NULL ;
1066:
1067: --Testing: Do we need to pass actual_ship_date here?
1068: l_final_ship_date := JMF_SHIKYU_UTIL.get_final_ship_date
1069: ( p_oem_organization => p_oem_organization_id
1070: , p_tp_organization => p_tp_organization_id
1071: --Bugfix 14246759: Adding actual_shipment_date
1072: --, p_scheduled_ship_date => C_NEED_BY_DATE_rec.schedule_ship_date

Line 1426: , 'Calling JMF_SHIKYU_UTIL.clean_invalid_data');

1422:
1423: IF (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
1424: FND_LOG.string(FND_LOG.LEVEL_PROCEDURE
1425: , G_MODULE_PREFIX || l_api_name
1426: , 'Calling JMF_SHIKYU_UTIL.clean_invalid_data');
1427: END IF;
1428:
1429: JMF_SHIKYU_UTIL.clean_invalid_data ;
1430:

Line 1429: JMF_SHIKYU_UTIL.clean_invalid_data ;

1425: , G_MODULE_PREFIX || l_api_name
1426: , 'Calling JMF_SHIKYU_UTIL.clean_invalid_data');
1427: END IF;
1428:
1429: JMF_SHIKYU_UTIL.clean_invalid_data ;
1430:
1431: COMMIT;
1432:
1433: -- dbms_output.put_line(' Calling Reconcile_Partial_Shipments ');

Line 1667: , 'JMF_SHIKYU_UTIL.GET_used_quantity for:' || C_shikyu_cancel_comp_rec.shikyu_component_id );

1663: IF (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL)
1664: THEN
1665: FND_LOG.string(FND_LOG.LEVEL_PROCEDURE
1666: , G_MODULE_PREFIX || l_api_name
1667: , 'JMF_SHIKYU_UTIL.GET_used_quantity for:' || C_shikyu_cancel_comp_rec.shikyu_component_id );
1668: END IF;
1669:
1670: l_used_quantity := JMF_SHIKYU_UTIL.GET_used_quantity
1671: ( p_wip_entity_id => SHIKYU_reconcile_rec.wip_entity_id

Line 1670: l_used_quantity := JMF_SHIKYU_UTIL.GET_used_quantity

1666: , G_MODULE_PREFIX || l_api_name
1667: , 'JMF_SHIKYU_UTIL.GET_used_quantity for:' || C_shikyu_cancel_comp_rec.shikyu_component_id );
1668: END IF;
1669:
1670: l_used_quantity := JMF_SHIKYU_UTIL.GET_used_quantity
1671: ( p_wip_entity_id => SHIKYU_reconcile_rec.wip_entity_id
1672: , p_shikyu_component_id => C_shikyu_cancel_comp_rec.shikyu_component_id
1673: , p_organization_id => SHIKYU_reconcile_rec.oem_organization_id
1674: );

Line 1752: l_primary_quantity := JMF_SHIKYU_UTIL.get_prImary_quantity

1748: , 'SHIKYU_reconcile_rec.SUBCONTRACT_PO_SHIPMENT_ID => ' || SHIKYU_reconcile_rec.SUBCONTRACT_PO_SHIPMENT_ID);
1749: END IF;
1750:
1751: l_primary_quantity := NULL;
1752: l_primary_quantity := JMF_SHIKYU_UTIL.get_prImary_quantity
1753: ( p_purchasing_UOM => SHIKYU_reconcile_rec.purchasing_UOM
1754: , p_quantity => SHIKYU_reconcile_rec.quantity
1755: , P_inventory_org_id => SHIKYU_reconcile_rec.oem_organization_id
1756: , p_inventory_item_id => SHIKYU_reconcile_rec.OSA_ITEM_ID ) ;