DBA Data[Home] [Help]

APPS.JTF_REGION_PUB dependencies on AK_OBJECT_ATTRIBUTES

Line 300: select column_name into p_column_name from ak_object_attributes

296: p_column_name := null;
297:
298: if((not t_punt_column_names) and c1.object_attribute_flag = 'Y' ) then
299: begin
300: select column_name into p_column_name from ak_object_attributes
301: where attribute_code = c1.attribute_code;
302: exception when too_many_rows then
303: select column_name into p_column_name from ak_object_attributes
304: where attribute_code = c1.attribute_code and

Line 303: select column_name into p_column_name from ak_object_attributes

299: begin
300: select column_name into p_column_name from ak_object_attributes
301: where attribute_code = c1.attribute_code;
302: exception when too_many_rows then
303: select column_name into p_column_name from ak_object_attributes
304: where attribute_code = c1.attribute_code and
305: database_object_name = temp_database_object_name;
306: end;
307: end if;

Line 518: select column_name into p_column_name from ak_object_attributes

514:
515: /*dbms_output.put_line('reading the items table: ' || ak_query_pkg.g_items_table(i).attribute_code || 'll' || ak_query_pkg.g_items_table(i).object_attribute_flag);*/
516:
517: if(ak_query_pkg.g_items_table(i).object_attribute_flag = 'Y') then
518: select column_name into p_column_name from ak_object_attributes
519: where attribute_code = ak_query_pkg.g_items_table(i).attribute_code;
520: l_ak_item_rec.value_id := ak_query_pkg.g_items_table(i).value_id;
521: l_ak_item_rec.column_name := p_column_name;
522: