DBA Data[Home] [Help]

APPS.INVIDIT1 dependencies on FND_LOOKUP_VALUES_VL

Line 1062: from fnd_lookup_values_vl

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

Line 1115: FROM fnd_lookup_values_vl

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