DBA Data[Home] [Help]

APPS.JAI_RCV_TRX_PROCESSING_PKG dependencies on MTL_PARAMETERS

Line 3122: FROM mtl_parameters

3118: AND location_id = 0;
3119:
3120: CURSOR c_mtl_params(cp_organization_id IN NUMBER) IS
3121: SELECT primary_cost_method
3122: FROM mtl_parameters
3123: WHERE organization_id = cp_organization_id;
3124:
3125: CURSOR c_inv_org_linked_to_location(cp_location_id IN NUMBER) IS
3126: SELECT nvl(inventory_organization_id, -99999) inventory_organization_id