DBA Data[Home] [Help]

APPS.INVIDIT1 dependencies on FND_LOOKUP_VALUES_VL

Line 1064: from fnd_lookup_values_vl

1060: if (p_eam_activity_source_code is not null) then
1061: begin
1062: select meaning
1063: into x_eam_activity_source
1064: from fnd_lookup_values_vl
1065: where lookup_type = 'MTL_EAM_ACTIVITY_SOURCE'
1066: and lookup_code = p_eam_activity_source_code;
1067: exception
1068: when NO_DATA_FOUND then

Line 1117: FROM fnd_lookup_values_vl

1113: IF ( p_contract_item_type_code IS NOT NULL ) THEN
1114: BEGIN
1115: SELECT meaning
1116: INTO x_contract_item_type
1117: FROM fnd_lookup_values_vl
1118: WHERE lookup_type = 'OKB_CONTRACT_ITEM_TYPE'
1119: AND lookup_code = p_contract_item_type_code;
1120: EXCEPTION
1121: WHEN no_data_found THEN