DBA Data[Home] [Help]

APPS.JAI_RCV_TRX_PROCESSING_PKG dependencies on MTL_PARAMETERS

Line 3589: FROM mtl_parameters

3585: AND location_id = 0;
3586:
3587: CURSOR c_mtl_params(cp_organization_id IN NUMBER) IS
3588: SELECT primary_cost_method
3589: FROM mtl_parameters
3590: WHERE organization_id = cp_organization_id;
3591:
3592: CURSOR c_inv_org_linked_to_location(cp_location_id IN NUMBER) IS
3593: SELECT nvl(inventory_organization_id, -99999) inventory_organization_id