[Home] [Help]
762: and attribute_application_id = p_attribute_application_id
763: and attribute_code = p_attribute_code;
764: cursor l_check_datatype_csr is
765: select data_type
766: from AK_ATTRIBUTES
767: where attribute_application_id = p_attribute_application_id
768: and attribute_code = p_attribute_code;
769: l_api_version_number CONSTANT number := 1.0;
770: l_api_name CONSTANT varchar2(30) := 'Validate_Attribute_Nav';
1033: and attribute_application_id = p_attribute_application_id
1034: and attribute_code = p_attribute_code;
1035: cursor l_check_datatype_csr is
1036: select data_type
1037: from AK_ATTRIBUTES
1038: where attribute_application_id = p_attribute_application_id
1039: and attribute_code = p_attribute_code;
1040: l_api_version_number CONSTANT number := 1.0;
1041: l_api_name CONSTANT varchar2(30) := 'Validate_Attribute_Value';