DBA Data[Home] [Help]

APPS.FND_CONC dependencies on FND_LOOKUPS

Line 1094: from fnd_lookups

1090: begin
1091:
1092: ltype := 'CP_PHASE_CODE';
1093: select meaning into ret_value
1094: from fnd_lookups
1095: where lookup_type = ltype
1096: and lookup_code = pcode;
1097:
1098: return ret_value;

Line 1121: from fnd_lookups

1117: begin
1118:
1119: ltype := 'CP_STATUS_CODE';
1120: select meaning into ret_value
1121: from fnd_lookups
1122: where lookup_type = ltype
1123: and lookup_code = scode;
1124:
1125: return ret_value;