DBA Data[Home] [Help]

APPS.INV_LABEL_PVT4 dependencies on MFG_LOOKUPS

Line 3505: FROM mfg_lookups WHERE lookup_type = 'WMS_LABEL_TYPE'

3501: l_label_type_child_lpn.business_flow_code := p_label_type_info.business_flow_code;
3502: l_label_type_child_lpn.label_type_id := 5;
3503: BEGIN
3504: SELECT meaning INTO l_label_type_child_lpn.label_type
3505: FROM mfg_lookups WHERE lookup_type = 'WMS_LABEL_TYPE'
3506: AND lookup_code = 5;
3507: EXCEPTION
3508: WHEN no_data_found THEN
3509: l_label_type_child_lpn.label_type:= 'LPN Summary';