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 1040: l_allocation_date := JMF_SHIKYU_UTIL.GET_allocation_date

1036: THEN
1037: --dbms_output.put_line(' p_new_need_by_date < p_OLD_NEED_BY_DATE ');
1038: l_allocation_date := null ;
1039: -- get the WIP completion date
1040: l_allocation_date := JMF_SHIKYU_UTIL.GET_allocation_date
1041: ( p_wip_entity_id => p_wip_entity_id );
1042:
1043:
1044: --dbms_output.put_line(' l_allocation_date => '|| l_allocation_date );

Line 1071: l_final_ship_date := JMF_SHIKYU_UTIL.get_final_ship_date

1067: FOR C_NEED_BY_DATE_rec IN C_NEED_BY_DATE_CSR
1068: LOOP
1069: l_final_ship_date := NULL ;
1070:
1071: l_final_ship_date := JMF_SHIKYU_UTIL.get_final_ship_date
1072: ( p_oem_organization => p_oem_organization_id
1073: , p_tp_organization => p_tp_organization_id
1074: , p_scheduled_ship_date => C_NEED_BY_DATE_rec.schedule_ship_date
1075: ) ;

Line 1480: 'calling JMF_SHIKYU_UTIL.clean_invalid_data '

1476:
1477: IF (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
1478: FND_LOG.string(FND_LOG.LEVEL_PROCEDURE
1479: , 'JMFVSKRB' ||
1480: 'calling JMF_SHIKYU_UTIL.clean_invalid_data '
1481: , 'out cleanup' );
1482: END IF;
1483:
1484: JMF_SHIKYU_UTIL.clean_invalid_data ;

Line 1484: JMF_SHIKYU_UTIL.clean_invalid_data ;

1480: 'calling JMF_SHIKYU_UTIL.clean_invalid_data '
1481: , 'out cleanup' );
1482: END IF;
1483:
1484: JMF_SHIKYU_UTIL.clean_invalid_data ;
1485:
1486: COMMIT;
1487:
1488: -- dbms_output.put_line(' Calling Reconcile_Partial_Shipments ');

Line 1723: 'jmf about invoke JMF_SHIKYU_UTIL.GET_used_quantity for '

1719: IF (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL)
1720: THEN
1721: FND_LOG.string(FND_LOG.LEVEL_PROCEDURE
1722: , 'JMFVSKRB: ' ||
1723: 'jmf about invoke JMF_SHIKYU_UTIL.GET_used_quantity for '
1724: ,C_shikyu_cancel_comp_rec.shikyu_component_id );
1725: END IF;
1726:
1727: l_used_quantity :=

Line 1728: JMF_SHIKYU_UTIL.GET_used_quantity

1724: ,C_shikyu_cancel_comp_rec.shikyu_component_id );
1725: END IF;
1726:
1727: l_used_quantity :=
1728: JMF_SHIKYU_UTIL.GET_used_quantity
1729: ( p_wip_entity_id =>
1730: SHIKYU_reconcile_rec.wip_entity_id
1731: , p_shikyu_component_id =>
1732: C_shikyu_cancel_comp_rec.shikyu_component_id

Line 1824: l_primary_quantity := JMF_SHIKYU_UTIL.get_prImary_quantity

1820: ,SHIKYU_reconcile_rec.SUBCONTRACT_PO_SHIPMENT_ID);
1821: END IF;
1822:
1823: l_primary_quantity := NULL;
1824: l_primary_quantity := JMF_SHIKYU_UTIL.get_prImary_quantity
1825: ( p_purchasing_UOM =>
1826: SHIKYU_reconcile_rec.purchasing_UOM
1827: , p_quantity =>
1828: SHIKYU_reconcile_rec.quantity