DBA Data[Home] [Help]

APPS.INV_INVSTMVT_XMLP_PKG dependencies on MTL_STAT_TYPE_USAGES

Line 1345: mtl_stat_type_usages

1341: CP_TAX_OFFICE_NAME
1342: , CP_STANDARD_UOM
1343: , l_location_id
1344: FROM
1345: mtl_stat_type_usages
1346: WHERE legal_entity_id = P_LEGAL_ENTITY_ID
1347: AND zone_code = P_ZONE_CODE
1348: AND stat_type = P_STAT_TYPE
1349: AND usage_type = P_USAGE_TYPE;

Line 1429: mtl_stat_type_usages mstu

1425: mcs.structure_id
1426: INTO
1427: PLEX_COMMODITY_STRUCT_NUM
1428: FROM
1429: mtl_stat_type_usages mstu
1430: ,mtl_category_sets mcs
1431: WHERE mstu.legal_entity_id = P_LEGAL_ENTITY_ID
1432: AND mstu.zone_code = P_ZONE_CODE
1433: AND mstu.category_set_id = mcs.category_set_id