DBA Data[Home] [Help]

APPS.INV_LABEL_PVT4 dependencies on MFG_LOOKUPS

Line 4516: FROM mfg_lookups WHERE lookup_type = 'WMS_LABEL_TYPE'

4512: l_label_type_child_lpn.business_flow_code := p_label_type_info.business_flow_code;
4513: l_label_type_child_lpn.label_type_id := 5;
4514: BEGIN
4515: SELECT meaning INTO l_label_type_child_lpn.label_type
4516: FROM mfg_lookups WHERE lookup_type = 'WMS_LABEL_TYPE'
4517: AND lookup_code = 5;
4518: EXCEPTION
4519: WHEN no_data_found THEN
4520: l_label_type_child_lpn.label_type:= 'LPN Summary';