DBA Data[Home] [Help]

APPS.IEU_DIAG_AUDIT_TRACK_PVT dependencies on IEU_UWQM_PRIORITIES_TL

Line 127: from ieu_uwqm_priorities_tl

123:
124: if cur_rec.priority_id is not null then
125: begin
126: select name into priority
127: from ieu_uwqm_priorities_tl
128: where priority_id = cur_rec.priority_id
129: and language = FND_GLOBAL.CURRENT_LANGUAGE;
130: exception
131: when no_data_found then null;

Line 353: from ieu_uwqm_priorities_tl

349:
350: if cur_rec.priority_id is not null then
351: begin
352: select name into priority
353: from ieu_uwqm_priorities_tl
354: where priority_id = cur_rec.priority_id
355: and language = FND_GLOBAL.CURRENT_LANGUAGE;
356: exception
357: when no_data_found then null;

Line 1015: from ieu_uwqm_priorities_tl

1011:
1012: if cur_rec.priority_id is not null then
1013: begin
1014: select name into priority
1015: from ieu_uwqm_priorities_tl
1016: where priority_id = cur_rec.priority_id
1017: and language = FND_GLOBAL.CURRENT_LANGUAGE;
1018: exception
1019: when no_data_found then null;

Line 1489: from ieu_uwqm_priorities_tl

1485:
1486: if cur_rec.priority_id_curr is not null then
1487: begin
1488: select name into priority
1489: from ieu_uwqm_priorities_tl
1490: where priority_id = cur_rec.priority_id_curr
1491: and language = l_language;
1492: exception
1493: when no_data_found then null;