DBA Data[Home] [Help]

APPS.INV_INVSTMVT_XMLP_PKG dependencies on MTL_STAT_TYPE_USAGES

Line 1339: mtl_stat_type_usages

1335: CP_TAX_OFFICE_NAME
1336: , CP_STANDARD_UOM
1337: , l_location_id
1338: FROM
1339: mtl_stat_type_usages
1340: WHERE legal_entity_id = P_LEGAL_ENTITY_ID
1341: AND zone_code = P_ZONE_CODE
1342: AND stat_type = P_STAT_TYPE
1343: AND usage_type = P_USAGE_TYPE;

Line 1423: mtl_stat_type_usages mstu

1419: mcs.structure_id
1420: INTO
1421: PLEX_COMMODITY_STRUCT_NUM
1422: FROM
1423: mtl_stat_type_usages mstu
1424: ,mtl_category_sets mcs
1425: WHERE mstu.legal_entity_id = P_LEGAL_ENTITY_ID
1426: AND mstu.zone_code = P_ZONE_CODE
1427: AND mstu.category_set_id = mcs.category_set_id