DBA Data[Home] [Help]

APPS.AK_OBJECT_PVT dependencies on AK_ATTRIBUTES

Line 773: from AK_ATTRIBUTES

769: and attribute_application_id = p_attribute_application_id
770: and attribute_code = p_attribute_code;
771: cursor l_check_datatype_csr is
772: select data_type
773: from AK_ATTRIBUTES
774: where attribute_application_id = p_attribute_application_id
775: and attribute_code = p_attribute_code;
776: l_api_version_number CONSTANT number := 1.0;
777: l_api_name CONSTANT varchar2(30) := 'Validate_Attribute_Nav';

Line 1044: from AK_ATTRIBUTES

1040: and attribute_application_id = p_attribute_application_id
1041: and attribute_code = p_attribute_code;
1042: cursor l_check_datatype_csr is
1043: select data_type
1044: from AK_ATTRIBUTES
1045: where attribute_application_id = p_attribute_application_id
1046: and attribute_code = p_attribute_code;
1047: l_api_version_number CONSTANT number := 1.0;
1048: l_api_name CONSTANT varchar2(30) := 'Validate_Attribute_Value';