[Home] [Help]
883:
884: --dbms_output.put_line('In get_ctx..1');
885: SELECT entity_code
886: INTO l_attribute
887: FROM so_entities
888: WHERE entity_id = p_entity_id;
889:
890: x_attribute := l_attribute;
891:
955: BEGIN
956:
957: SELECT entity_code
958: INTO l_attribute
959: FROM so_entities
960: WHERE entity_id = p_entity_id;
961:
962: x_attribute := l_attribute;
963: EXCEPTION