DBA Data[Home] [Help]

APPS.GME_TRANSACTIONS_PVT dependencies on INV_MATERIAL_STATUS_GRP

Line 1970: IF (inv_material_status_grp.is_status_applicable

1966: (-1) * ABS(l_mmti_rec.secondary_transaction_quantity);
1967: END IF;
1968:
1969: -- Code for checking material status
1970: IF (inv_material_status_grp.is_status_applicable
1971: (p_wms_installed => NULL
1972: ,p_trx_status_enabled => NULL
1973: ,p_trx_type_id => l_mmti_rec.transaction_type_id
1974: ,p_lot_status_enabled => NULL

Line 1992: END IF; /* inv_material_status_grp.is_status_applicable */

1988: || 'material status check not valid for item '
1989: || l_mmti_rec.inventory_item_id);
1990: END IF;
1991: RAISE material_status_err;
1992: END IF; /* inv_material_status_grp.is_status_applicable */
1993: -- for a phantom transaction- asssign value to transaction_refernece
1994: IF (g_debug <= gme_debug.g_log_statement) THEN
1995: gme_debug.put_line ( g_pkg_name
1996: || '.'

Line 2349: IF (inv_material_status_grp.is_status_applicable

2345: END IF;
2346:
2347: -- Bug 9170460 - Pass in subinventory and locator id to applicable function.
2348: -- Bug 12391271 - Pass in lpn_id also.
2349: IF (inv_material_status_grp.is_status_applicable
2350: (p_wms_installed => NULL
2351: ,p_trx_status_enabled => NULL
2352: ,p_trx_type_id => l_transaction_type_id
2353: ,p_lot_status_enabled => NULL

Line 2372: END IF; /* inv_material_status_grp.is_status_applicable */

2368: || 'material status check is NOT valid for lot '
2369: || l_mmli_rec.lot_number);
2370: END IF;
2371: RAISE material_status_err;
2372: END IF; /* inv_material_status_grp.is_status_applicable */
2373:
2374: IF (g_debug <= gme_debug.g_log_statement) THEN
2375: gme_debug.put_line ( g_pkg_name
2376: || '.'