DBA Data[Home] [Help]

APPS.MTL_LOT_UOM_CONV_PVT dependencies on MFG_LOOKUPS

Line 20: -- Validate type against mfg_lookups table.

16: --
17: -- return OUT NUMBER - G_TRUE or G_FALSE
18: --
19: -- SYNOPSIS:
20: -- Validate type against mfg_lookups table.
21: --
22: -- HISTORY
23: -- Joe DiIorio 01-Sept-2004 Created.
24: --

Line 36: FROM mfg_lookups

32:
33: CURSOR c_val_update_type
34: IS
35: SELECT 1
36: FROM mfg_lookups
37: WHERE lookup_code = p_update_type AND
38: lookup_type = 'INV_UPDATE_TYPE';
39:
40: l_count NUMBER := 0;