DBA Data[Home] [Help]

APPS.AME_UTIL dependencies on AK_ATTRIBUTES_VL

Line 561: from ak_attributes_vl

557: attributeLabelOut varchar2(80);
558: begin
559: select attribute_label_long
560: into attributeLabelOut
561: from ak_attributes_vl
562: where attribute_code = attributeCodeIn
563: and attribute_application_id = attributeApplicationIdIn;
564: if(returnColonAndSpaces) then
565: return(attributeLabelOut || ': ');